Searched refs:kErrorStr (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Test/connectivity/sl4n/facades/test/ |
H A D | test_facade.cpp | 75 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in test_bool_true_return_wrapper() 78 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in test_bool_true_return_wrapper() 92 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in test_bool_false_return_wrapper() 95 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in test_bool_false_return_wrapper() 109 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in test_null_return_wrapper() 112 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in test_null_return_wrapper() 126 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in test_string_empty_return_wrapper() 131 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in test_string_empty_return_wrapper() 144 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in test_string_max_return_wrapper() 159 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in test_string_max_return_wrapper() [all …]
|
/aosp12/packages/apps/Test/connectivity/sl4n/facades/bluetooth/ |
H A D | bt_binder_facade.cpp | 218 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in bt_binder_get_local_name_wrapper() 224 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_get_local_name_wrapper() 237 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in bt_binder_init_interface_wapper() 239 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_init_interface_wapper() 254 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in bt_binder_set_local_name_wrapper() 264 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in bt_binder_set_local_name_wrapper() 267 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_set_local_name_wrapper() 288 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_get_local_address_wrapper() 306 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_enable_wrapper() 324 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_register_ble_wrapper() [all …]
|
/aosp12/packages/apps/Test/connectivity/sl4n/facades/wifi/ |
H A D | wifi_facade.cpp | 167 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in wifi_init_wrapper() 170 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in wifi_init_wrapper() 184 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in wifi_get_supported_feature_set_wrapper() 187 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in wifi_get_supported_feature_set_wrapper()
|
/aosp12/packages/apps/Test/connectivity/sl4n/ |
H A D | base.h | 33 const char kErrorStr[] = "error"; variable
|
/aosp12/packages/apps/Test/connectivity/sl4n/utils/ |
H A D | common_utils.cpp | 29 doc.AddMember(sl4n::kErrorStr, sl4n::kInvalidParamStr, doc.GetAllocator()); in IsParamLengthMatching()
|