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

  /packages/apps/Test/connectivity/sl4n/utils/
common_utils.cpp 25 if ((int)doc[sl4n::kParamsStr].Size() != expected_param_size) {
26 LOG(ERROR) << sl4n::kTagStr << ": Invalid parameter length - found: "
27 << doc[sl4n::kParamsStr].Size();
28 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator());
29 doc.AddMember(sl4n::kErrorStr, sl4n::kInvalidParamStr, doc.GetAllocator());
command_receiver.cpp 39 doc.RemoveMember(sl4n::kMethodStr);
40 doc.RemoveMember(sl4n::kParamsStr);
44 doc.AddMember(sl4n::kStatusStr, sl4n::kSuccessStr, doc.GetAllocator());
58 doc.AddMember(sl4n::kResultStr, sl4n::kFailStr, doc.GetAllocator());
59 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator());
64 doc.AddMember(sl4n::kResultStr, tmp, doc.GetAllocator());
65 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator())
    [all...]
  /packages/apps/Test/connectivity/sl4n/facades/wifi/
wifi_facade.cpp 55 LOG(ERROR) << sl4n::kTagStr
62 LOG(ERROR) << sl4n::kTagStr
84 LOG(ERROR) << sl4n::kTagStr << ": Can not get Wi-Fi interfaces";
89 LOG(ERROR) << sl4n::kTagStr << ": Negative number of interfaces";
94 LOG(ERROR) << sl4n::kTagStr
100 LOG(ERROR) << sl4n::kTagStr
110 LOG(ERROR) << sl4n::kTagStr
126 LOG(ERROR) << sl4n::kTagStr << "HAL handle not initialized";
131 LOG(ERROR) << sl4n::kTagStr << "HAL interfaces not initialized";
136 LOG(ERROR) << sl4n::kTagStr << kWlanInterface << " interface not found"
    [all...]
  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bluetooth_binder_facade.cpp 43 LOG(ERROR) << sl4n::kTagStr << " IBluetooth interface not initialized";
47 LOG(ERROR) << sl4n::kTagStr << " IBluetooth interface not enabled";
55 LOG(ERROR) << sl4n::kTagStr << ": IBluetooth interface not enabled";
60 LOG(ERROR) << sl4n::kTagStr << ": Failed to enable the Bluetooth service";
69 return std::make_tuple(sl4n::kFailStr, sl4n_error_codes::kFailInt);
76 return std::make_tuple(sl4n::kFailStr,sl4n_error_codes::kFailInt);
80 LOG(ERROR) << sl4n::kTagStr << ": Failed to get device name";
81 return std::make_tuple(sl4n::kFailStr, sl4n_error_codes::kFailInt);
95 LOG(ERROR) << sl4n::kTagStr << ": Failed to set device name";
104 LOG(ERROR) << sl4n::kTagStr <
    [all...]
  /packages/apps/Test/connectivity/sl4n/
main.cpp 60 LOG(ERROR) << sl4n::kTagStr <<
68 LOG(ERROR) << sl4n::kTagStr << ": Failed to setup the passive socket."
75 LOG(ERROR) << sl4n::kTagStr << ": Failed to accept the socket."
84 LOG(FATAL) << sl4n::kTagStr << ": Failed to write to the socket."
97 LOG(FATAL) << sl4n::kTagStr << ": Failed to write to the socket."
base.h 31 namespace sl4n { namespace
42 const char kTagStr[] = "SL4N";
Android.mk 22 LOCAL_MODULE := sl4n
  /frameworks/opt/net/wifi/tests/wifitests/
Android.mk 32 packages/apps/Test/connectivity/sl4n/rapidjson/include \

Completed in 135 milliseconds