Home
last modified time | relevance | path

Searched refs:OmahaResponseHandlerAction (Results 1 – 5 of 5) 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
88 DISALLOW_COPY_AND_ASSIGN(OmahaResponseHandlerAction);
Domaha_response_handler_action.cc44 OmahaResponseHandlerAction::OmahaResponseHandlerAction( in OmahaResponseHandlerAction() function in chromeos_update_engine::OmahaResponseHandlerAction
49 void OmahaResponseHandlerAction::PerformAction() { in PerformAction()
213 bool OmahaResponseHandlerAction::AreHashChecksMandatory( in AreHashChecksMandatory()
Domaha_response_handler_action_unittest.cc58 if (action->Type() == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
60 static_cast<OmahaResponseHandlerAction*>(action); in ActionCompleted()
153 std::make_unique<OmahaResponseHandlerAction>(&fake_system_state_); in DoTest()
Dupdate_attempter.cc110 if (type == OmahaResponseHandlerAction::StaticType()) in GetErrorCodeForAction()
635 std::make_unique<OmahaResponseHandlerAction>(system_state_); in BuildUpdateActions()
1156 } else if (type == OmahaResponseHandlerAction::StaticType()) { in ActionCompleted()
1166 static_cast<OmahaResponseHandlerAction*>(action); in ActionCompleted()
Dupdate_attempter_unittest.cc373 OmahaResponseHandlerAction omaha_response_handler_action(&fake_system_state_); in TEST_F()
466 OmahaResponseHandlerAction::StaticType(),
1273 OmahaResponseHandlerAction response_action(&fake_system_state_); in TEST_F()