Searched refs:kFailInt (Results 1 – 4 of 4) sorted by relevance
70 return std::make_tuple(false, sl4n_error_codes::kFailInt); in BtBinderEnable()111 return std::make_tuple(false, sl4n_error_codes::kFailInt); in BtBinderSetName()149 return std::make_tuple(false,sl4n_error_codes::kFailInt); in BtBinderSetAdvSettings()166 sl4n::kFailedCounterInt, sl4n_error_codes::kFailInt); in BtBinderSetAdvSettings()216 if (error_code == sl4n_error_codes::kFailInt) { in bt_binder_get_local_name_wrapper()236 if (error_code == sl4n_error_codes::kFailInt) { in bt_binder_init_interface_wapper()262 if (error_code == sl4n_error_codes::kFailInt) { in bt_binder_set_local_name_wrapper()281 if (error_code == sl4n_error_codes::kFailInt) { in bt_binder_get_local_address_wrapper()301 if (error_code == sl4n_error_codes::kFailInt) { in bt_binder_enable_wrapper()319 if (error_code == sl4n_error_codes::kFailInt) { in bt_binder_register_ble_wrapper()[all …]
43 return std::make_tuple(false, sl4n_error_codes::kFailInt); in WifiInit()47 return std::make_tuple(false, sl4n_error_codes::kFailInt); in WifiInit()138 return std::make_tuple(0, sl4n_error_codes::kFailInt); in WifiGetSupportedFeatureSet()147 return std::make_tuple(0, sl4n_error_codes::kFailInt); in WifiGetSupportedFeatureSet()165 if (error_code == sl4n_error_codes::kFailInt) { in wifi_init_wrapper()182 if (error_code == sl4n_error_codes::kFailInt) { in wifi_get_supported_feature_set_wrapper()
36 return std::make_tuple(true, sl4n_error_codes::kFailInt); in TestErrorCodeFail()73 if (error_code == sl4n_error_codes::kFailInt) { in test_bool_true_return_wrapper()90 if (error_code == sl4n_error_codes::kFailInt) { in test_bool_false_return_wrapper()107 if (error_code == sl4n_error_codes::kFailInt) { in test_null_return_wrapper()124 if (error_code == sl4n_error_codes::kFailInt) { in test_string_empty_return_wrapper()152 if (error_code == sl4n_error_codes::kFailInt) { in test_string_max_return_wrapper()206 if (error_code == sl4n_error_codes::kFailInt) { in test_specific_param_naming_wrapper()
57 const int kFailInt = 0; variable