Home
last modified time | relevance | path

Searched refs:expected_code (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/bin/
Dtest_set_wifi_regulatory34 local expected_code="$1"
39 assert_equal "${g_country_code}" "${expected_code}"
/system/update_engine/payload_consumer/
Ddownload_action_unittest.cc67 explicit DownloadActionTestProcessorDelegate(ErrorCode expected_code) in DownloadActionTestProcessorDelegate() argument
69 expected_code_(expected_code) {} in DownloadActionTestProcessorDelegate()
180 ErrorCode expected_code = ErrorCode::kSuccess; in TestWithData() local
182 expected_code = ErrorCode::kDownloadWriteError; in TestWithData()
183 DownloadActionTestProcessorDelegate delegate(expected_code); in TestWithData()
/system/update_engine/
Domaha_request_action_unittest.cc186 ErrorCode expected_code,
308 ErrorCode expected_code, in TestUpdateCheck() argument
329 delegate.expected_code_ = expected_code; in TestUpdateCheck()