Searched defs:expected_code (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddownload_action_unittest.cc67 explicit DownloadActionTestProcessorDelegate(ErrorCode expected_code) argument
69 expected_code_(expected_code) {}
180 ErrorCode expected_code = ErrorCode::kSuccess; local
182 expected_code = ErrorCode::kDownloadWriteError;
183 DownloadActionTestProcessorDelegate delegate(expected_code);
/system/update_engine/
H A Domaha_request_action_unittest.cc186 ErrorCode expected_code,
308 ErrorCode expected_code,
329 delegate.expected_code_ = expected_code;
303 TestUpdateCheck( OmahaRequestParams* request_params, const string& http_response, int fail_http_response_code, bool ping_only, ErrorCode expected_code, metrics::CheckResult expected_check_result, metrics::CheckReaction expected_check_reaction, metrics::DownloadErrorCode expected_download_error_code, OmahaResponse* out_response, brillo::Blob* out_post_data) argument

Completed in 642 milliseconds