Searched refs:error_code (Results 1 – 2 of 2) sorted by relevance
55 int error_code; in bluetooth_binder_get_local_name_wrapper() local56 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() local76 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() local102 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 …]
215 int error_code; in wifi_init_wrapper() local216 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() local233 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()