Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.cc652 response_handler_action_ = response_handler_action; in UpdateAttempter()
941 if (response_handler_action_) { in UpdateAttempter()
943 response_handler_action_->install_plan(); in UpdateAttempter()
1034 CHECK(action == response_handler_action_.get()); in UpdateAttempter()
1035 const InstallPlan& plan = response_handler_action_->install_plan(); in UpdateAttempter()
1237 if (response_handler_action_.get() && in UpdateAttempter()
1238 response_handler_action_->install_plan().is_resume) in UpdateAttempter()
1376 if (response_handler_action_->install_plan().is_resume) { in UpdateAttempter()
1390 if (resume_offset < response_handler_action_->install_plan().payload_size) { in UpdateAttempter()
Dupdate_attempter.h424 std::shared_ptr<OmahaResponseHandlerAction> response_handler_action_; variable
Dupdate_attempter_unittest.cc426 EXPECT_EQ(attempter_.response_handler_action_.get(), in UpdateTestVerify()
581 attempter_.response_handler_action_.reset(response_action); in TEST_F()