Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddownload_action_unittest.cc68 : processing_done_called_(false), expected_code_(ErrorCode::kSuccess) {} in DownloadActionTestProcessorDelegate()
77 if (expected_code_ != ErrorCode::kDownloadWriteError) { in ProcessingDone()
91 EXPECT_EQ(expected_code_, code); in ActionCompleted()
101 ErrorCode expected_code_; member in chromeos_update_engine::__anon9840d8860111::DownloadActionTestProcessorDelegate
185 delegate.expected_code_ = in TestWithData()
/system/update_engine/
Domaha_request_action_unittest.cc297 : expected_code_(ErrorCode::kSuccess), in OmahaRequestActionTestProcessorDelegate()
312 EXPECT_EQ(expected_code_, code); in ActionCompleted()
336 ErrorCode expected_code_; member in chromeos_update_engine::OmahaRequestActionTestProcessorDelegate
528 delegate_.expected_code_ = tuc_params_.expected_code; in TestUpdateCheck()