Searched defs:OmahaResponseHandlerAction (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Domaha_response_handler_action.cc39 OmahaResponseHandlerAction::OmahaResponseHandlerAction( function in class:chromeos_update_engine::OmahaResponseHandlerAction
41 : OmahaResponseHandlerAction(system_state,
44 OmahaResponseHandlerAction::OmahaResponseHandlerAction( function in class:chromeos_update_engine::OmahaResponseHandlerAction
51 void OmahaResponseHandlerAction::PerformAction() {
162 bool OmahaResponseHandlerAction::AreHashChecksMandatory(
H A Domaha_response_handler_action.h34 class OmahaResponseHandlerAction;
37 class ActionTraits<OmahaResponseHandlerAction> {
43 class OmahaResponseHandlerAction : public Action<OmahaResponseHandlerAction> { class in namespace:chromeos_update_engine
45 explicit OmahaResponseHandlerAction(SystemState* system_state);
47 typedef ActionTraits<OmahaResponseHandlerAction>::InputObjectType
49 typedef ActionTraits<OmahaResponseHandlerAction>::OutputObjectType
61 static std::string StaticType() { return "OmahaResponseHandlerAction"; }
86 OmahaResponseHandlerAction(SystemState* system_state,
93 DISALLOW_COPY_AND_ASSIGN(OmahaResponseHandlerAction);
[all...]

Completed in 50 milliseconds