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.cc69 expected_code_(expected_code) {} in DownloadActionTestProcessorDelegate()
78 if (expected_code_ != ErrorCode::kDownloadWriteError) { in ProcessingDone()
92 EXPECT_EQ(expected_code_, code); in ActionCompleted()
101 ErrorCode expected_code_; member in chromeos_update_engine::__anon9840d8860111::DownloadActionTestProcessorDelegate
/system/update_engine/
Domaha_request_action_unittest.cc242 : expected_code_(ErrorCode::kSuccess) {} in OmahaRequestActionTestProcessorDelegate()
255 EXPECT_EQ(expected_code_, code); in ActionCompleted()
259 ErrorCode expected_code_; member in chromeos_update_engine::__anonebf7ac180211::OmahaRequestActionTestProcessorDelegate
327 delegate.expected_code_ = expected_code; in TestUpdateCheck()