Searched refs:OmahaResponseHandlerAction (Results 1 – 6 of 6) sorted by relevance
34 class OmahaResponseHandlerAction; variable37 class ActionTraits<OmahaResponseHandlerAction> {43 class OmahaResponseHandlerAction : public Action<OmahaResponseHandlerAction> {45 explicit OmahaResponseHandlerAction(SystemState* system_state);47 typedef ActionTraits<OmahaResponseHandlerAction>::InputObjectType49 typedef ActionTraits<OmahaResponseHandlerAction>::OutputObjectType86 OmahaResponseHandlerAction(SystemState* system_state,93 DISALLOW_COPY_AND_ASSIGN(OmahaResponseHandlerAction);
38 OmahaResponseHandlerAction::OmahaResponseHandlerAction( in OmahaResponseHandlerAction() function in chromeos_update_engine::OmahaResponseHandlerAction40 : OmahaResponseHandlerAction(system_state, in OmahaResponseHandlerAction()43 OmahaResponseHandlerAction::OmahaResponseHandlerAction( in OmahaResponseHandlerAction() function in chromeos_update_engine::OmahaResponseHandlerAction50 void OmahaResponseHandlerAction::PerformAction() { in PerformAction()149 bool OmahaResponseHandlerAction::AreHashChecksMandatory( in AreHashChecksMandatory()
112 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()
73 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()120 OmahaResponseHandlerAction response_handler_action( in DoTest()
282 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()
424 std::shared_ptr<OmahaResponseHandlerAction> response_handler_action_;