HomeSort by relevance Sort by last modified time
    Searched defs:expected_param_size (Results 1 - 2 of 2) sorted by null

  /packages/apps/Test/connectivity/sl4n/facades/wifi/
wifi_facade.cpp 210 int expected_param_size = 0; local
211 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) {
227 int expected_param_size = 0; local
228 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) {
  /packages/apps/Test/connectivity/sl4n/utils/
command_receiver.cpp 49 int expected_param_size = 0; local
50 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) {
70 int expected_param_size = 0; local
71 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) {
87 int expected_param_size = 1; local
88 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) {
114 int expected_param_size = 0; local
115 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) {
135 int expected_param_size = 0; local
136 if (!CommonUtils::IsParamLengthMatching(doc, expected_param_size)) {
152 int expected_param_size = 0; local
170 int expected_param_size = 4; local
    [all...]

Completed in 1577 milliseconds