Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/sl4n/utils/
Dcommand_receiver.cpp55 int error_code; in bluetooth_binder_get_local_name_wrapper() local
56 std::tie(name, error_code) = bt_binder.BluetoothBinderGetName(); in bluetooth_binder_get_local_name_wrapper()
57 if (error_code == sl4n_error_codes::kFailInt) { in bluetooth_binder_get_local_name_wrapper()
75 int error_code; in bluetooth_binder_init_interface_wapper() local
76 std::tie(init_result, error_code) = bt_binder.BluetoothBinderInitInterface(); in bluetooth_binder_init_interface_wapper()
77 if (error_code == sl4n_error_codes::kFailInt) { in bluetooth_binder_init_interface_wapper()
101 int error_code; in bluetooth_binder_set_local_name_wrapper() local
102 std::tie(set_result, error_code) = bt_binder.BluetoothBinderSetName(name); in bluetooth_binder_set_local_name_wrapper()
103 if (error_code == sl4n_error_codes::kFailInt) { in bluetooth_binder_set_local_name_wrapper()
120 int error_code; in bluetooth_binder_get_local_address_wrapper() local
[all …]
/packages/apps/Test/connectivity/sl4n/facades/wifi/
Dwifi_facade.cpp215 int error_code; in wifi_init_wrapper() local
216 std::tie(result, error_code) = facade.WifiInit(); in wifi_init_wrapper()
217 if (error_code == sl4n_error_codes::kFailInt) { in wifi_init_wrapper()
232 int error_code; in wifi_get_supported_feature_set_wrapper() local
233 std::tie(result, error_code) = facade.WifiGetSupportedFeatureSet(); in wifi_get_supported_feature_set_wrapper()
234 if (error_code == sl4n_error_codes::kFailInt) { in wifi_get_supported_feature_set_wrapper()