Home
last modified time | relevance | path

Searched refs:response_handler_action_ (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/
Dupdate_attempter.cc656 response_handler_action_ = response_handler_action; in BuildUpdateActions()
966 if (response_handler_action_) { in ProcessingDone()
968 response_handler_action_->install_plan(); in ProcessingDone()
1059 CHECK(action == response_handler_action_.get()); in ActionCompleted()
1060 const InstallPlan& plan = response_handler_action_->install_plan(); in ActionCompleted()
1256 if (response_handler_action_.get() && in GetErrorCodeFlags()
1257 response_handler_action_->install_plan().is_resume) in GetErrorCodeFlags()
1394 if (response_handler_action_->install_plan().is_resume) { in SetupDownload()
1408 if (resume_offset < response_handler_action_->install_plan().payload_size) { in SetupDownload()
Dupdate_attempter.h424 std::shared_ptr<OmahaResponseHandlerAction> response_handler_action_; variable
Dupdate_attempter_unittest.cc430 EXPECT_EQ(attempter_.response_handler_action_.get(), in UpdateTestVerify()
585 attempter_.response_handler_action_.reset(response_action); in TEST_F()