Home | History | Annotate | Download | only in update_engine

Lines Matching defs:OmahaResponseHandlerAction

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);