Home
last modified time | relevance | path

Searched refs:response_expected (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dconnectivity_trial.cc146 const string response_expected(kResponseExpected); in RequestReadCallback() local
149 if (response_data.GetLength() < response_expected.length()) { in RequestReadCallback()
156 compare_length = response_expected.length(); in RequestReadCallback()
162 response_expected.substr(0, compare_length))) { in RequestReadCallback()
Dconnectivity_trial_unittest.cc402 const string response_expected(ConnectivityTrial::kResponseExpected); in TEST_F() local
403 const size_t partial_size = response_expected.length() / 2; in TEST_F()
404 AppendReadData(response_expected.substr(0, partial_size)); in TEST_F()
417 const string response_expected(ConnectivityTrial::kResponseExpected); in TEST_F() local
418 const size_t partial_size = response_expected.length() / 2; in TEST_F()
425 AppendReadData(response_expected.substr(0, partial_size)); in TEST_F()
431 AppendReadData(response_expected.substr(partial_size)); in TEST_F()