HomeSort by relevance Sort by last modified time
    Searched refs:kFailStr (Results 1 - 4 of 4) sorted by null

  /packages/apps/Test/connectivity/sl4n/
base.h 34 const char kFailStr[] = "fail";
  /packages/apps/Test/connectivity/sl4n/facades/test/
test_facade.cpp 75 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
92 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
109 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
126 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
144 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
154 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
175 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
182 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
190 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
197 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator())
    [all...]
  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bt_binder_facade.cpp 84 return std::make_tuple(sl4n::kFailStr, sl4n_error_codes::kFailInt);
93 return std::make_tuple(sl4n::kFailStr,sl4n_error_codes::kFailInt);
101 return std::make_tuple(sl4n::kFailStr, sl4n_error_codes::kFailInt);
217 doc.AddMember(sl4n::kResultStr, sl4n::kFailStr, doc.GetAllocator());
218 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
237 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
254 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
264 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
282 doc.AddMember(sl4n::kResultStr, sl4n::kFailStr, doc.GetAllocator());
283 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator())
    [all...]
  /packages/apps/Test/connectivity/sl4n/facades/wifi/
wifi_facade.cpp 167 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
184 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());

Completed in 465 milliseconds