Searched refs:kFailInt (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/ |
D | bt_binder_facade.cpp | 70 return std::make_tuple(false, sl4n_error_codes::kFailInt); in BtBinderEnable() 84 return std::make_tuple(sl4n::kFailStr, sl4n_error_codes::kFailInt); in BtBinderGetAddress() 93 return std::make_tuple(sl4n::kFailStr,sl4n_error_codes::kFailInt); in BtBinderGetName() 101 return std::make_tuple(sl4n::kFailStr, sl4n_error_codes::kFailInt); in BtBinderGetName() 111 return std::make_tuple(false, sl4n_error_codes::kFailInt); in BtBinderSetName() 118 return std::make_tuple(false, sl4n_error_codes::kFailInt); in BtBinderSetName() 128 return std::make_tuple(false, sl4n_error_codes::kFailInt); in BtBinderInitInterface() 136 return std::make_tuple(false, sl4n_error_codes::kFailInt); in BtBinderRegisterBLE() 141 return std::make_tuple(false, sl4n_error_codes::kFailInt); in BtBinderRegisterBLE() 149 return std::make_tuple(false,sl4n_error_codes::kFailInt); in BtBinderSetAdvSettings() [all …]
|
/packages/apps/Test/connectivity/sl4n/facades/wifi/ |
D | wifi_facade.cpp | 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()
|
/packages/apps/Test/connectivity/sl4n/facades/test/ |
D | test_facade.cpp | 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()
|
/packages/apps/Test/connectivity/sl4n/ |
D | base.h | 57 const int kFailInt = 0; variable
|