HomeSort by relevance Sort by last modified time
    Searched defs:OmahaResponseHandlerAction (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
omaha_response_handler_action.cc 38 OmahaResponseHandlerAction::OmahaResponseHandlerAction(
40 : OmahaResponseHandlerAction(system_state,
43 OmahaResponseHandlerAction::OmahaResponseHandlerAction(
50 void OmahaResponseHandlerAction::PerformAction() {
149 bool OmahaResponseHandlerAction::AreHashChecksMandatory(
omaha_response_handler_action.h 34 class OmahaResponseHandlerAction;
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
61 static std::string StaticType() { return "OmahaResponseHandlerAction"; }
86 OmahaResponseHandlerAction(SystemState* system_state,
93 DISALLOW_COPY_AND_ASSIGN(OmahaResponseHandlerAction);
    [all...]

Completed in 6363 milliseconds