Searched refs:IsParamLengthMatching (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Test/connectivity/sl4n/facades/test/ |
D | test_facade.cpp | 67 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in test_bool_true_return_wrapper() 84 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in test_bool_false_return_wrapper() 101 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in test_null_return_wrapper() 118 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in test_string_empty_return_wrapper() 137 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in test_string_max_return_wrapper() 165 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in test_specific_param_naming_wrapper()
|
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/ |
D | bt_binder_facade.cpp | 209 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in bt_binder_get_local_name_wrapper() 230 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in bt_binder_init_interface_wapper() 247 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in bt_binder_set_local_name_wrapper() 274 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in bt_binder_get_local_address_wrapper() 295 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in bt_binder_enable_wrapper() 312 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in bt_binder_register_ble_wrapper() 330 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in bt_binder_set_adv_settings_wrapper()
|
/packages/apps/Test/connectivity/sl4n/facades/wifi/ |
D | wifi_facade.cpp | 159 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in wifi_init_wrapper() 176 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) { in wifi_get_supported_feature_set_wrapper()
|
/packages/apps/Test/connectivity/sl4n/utils/ |
D | common_utils.h | 26 static bool IsParamLengthMatching(rapidjson::Document& doc,
|
D | common_utils.cpp | 22 bool CommonUtils::IsParamLengthMatching(rapidjson::Document& doc, in IsParamLengthMatching() function in CommonUtils
|