Home
last modified time | relevance | path

Searched refs:IsParamLengthMatching (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Test/connectivity/sl4n/facades/test/
Dtest_facade.cpp67 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/
Dbt_binder_facade.cpp209 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/
Dwifi_facade.cpp159 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/
Dcommon_utils.h26 static bool IsParamLengthMatching(rapidjson::Document& doc,
Dcommon_utils.cpp22 bool CommonUtils::IsParamLengthMatching(rapidjson::Document& doc, in IsParamLengthMatching() function in CommonUtils