Home
last modified time | relevance | path

Searched refs:OmahaResponseHandlerAction (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Domaha_response_handler_action.h34 class OmahaResponseHandlerAction; variable
37 class ActionTraits<OmahaResponseHandlerAction> {
43 class OmahaResponseHandlerAction : public Action<OmahaResponseHandlerAction> {
45 explicit OmahaResponseHandlerAction(SystemState* system_state);
47 typedef ActionTraits<OmahaResponseHandlerAction>::InputObjectType
49 typedef ActionTraits<OmahaResponseHandlerAction>::OutputObjectType
86 OmahaResponseHandlerAction(SystemState* system_state,
93 DISALLOW_COPY_AND_ASSIGN(OmahaResponseHandlerAction);
Domaha_response_handler_action.cc38 OmahaResponseHandlerAction::OmahaResponseHandlerAction( in OmahaResponseHandlerAction() function in chromeos_update_engine::OmahaResponseHandlerAction
40 : OmahaResponseHandlerAction(system_state, in OmahaResponseHandlerAction()
43 OmahaResponseHandlerAction::OmahaResponseHandlerAction( in OmahaResponseHandlerAction() function in chromeos_update_engine::OmahaResponseHandlerAction
50 void OmahaResponseHandlerAction::PerformAction() { in PerformAction()
149 bool OmahaResponseHandlerAction::AreHashChecksMandatory( in AreHashChecksMandatory()
Dupdate_attempter.cc112 if (type == OmahaResponseHandlerAction::StaticType()) in GetErrorCodeForAction()
611 shared_ptr<OmahaResponseHandlerAction> response_handler_action( in UpdateAttempter()
612 new OmahaResponseHandlerAction(system_state_)); in UpdateAttempter()
1029 if (type == OmahaResponseHandlerAction::StaticType()) { in UpdateAttempter()
1285 if ((action->Type() == OmahaResponseHandlerAction::StaticType() && in UpdateAttempter()
Domaha_response_handler_action_unittest.cc73 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
120 OmahaResponseHandlerAction response_handler_action( in DoTest()
Dupdate_attempter_unittest.cc282 OmahaResponseHandlerAction omaha_response_handler_action(&fake_system_state_); in TEST_F()
376 OmahaResponseHandlerAction::StaticType(),
578 OmahaResponseHandlerAction *response_action = in TEST_F()
579 new OmahaResponseHandlerAction(&fake_system_state_); in TEST_F()
Dupdate_attempter.h424 std::shared_ptr<OmahaResponseHandlerAction> response_handler_action_;