Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc69 code_set_ = true; in ActionCompleted()
74 bool code_set_{false}; member in chromeos_update_engine::PostinstActionProcessorDelegate
231 EXPECT_TRUE(processor_delegate_.code_set_); in RunPostinstallActionWithInstallPlan()
424 EXPECT_FALSE(processor_delegate_.code_set_); in TEST_F()
/system/update_engine/
Domaha_response_handler_action_unittest.cc55 : code_(ErrorCode::kError), code_set_(false) {} in OmahaResponseHandlerActionProcessorDelegate()
63 code_set_ = true; in ActionCompleted()
75 bool code_set_; member in chromeos_update_engine::OmahaResponseHandlerActionProcessorDelegate
173 EXPECT_TRUE(delegate_.code_set_); in DoTest()