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

/system/update_engine/
H A Domaha_request_action_unittest.cc177 // The |expected_check_result|, |expected_check_reaction| and
187 metrics::CheckResult expected_check_result,
309 metrics::CheckResult expected_check_result,
343 static_cast<int>(expected_check_result),
345 .Times(expected_check_result == metrics::CheckResult::kUnset ? 0 : 1);
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 60 milliseconds