Home | History | Annotate | Download | only in update_engine

Lines Matching defs:OmahaRequestAction

97 class OmahaRequestAction;
105 class ActionTraits<OmahaRequestAction> {
114 class OmahaRequestAction : public Action<OmahaRequestAction>,
145 // OmahaRequestAction(..., new OmahaEvent(...), new WhateverHttpFetcher);
147 // OmahaRequestAction(..., nullptr, new WhateverHttpFetcher);
148 OmahaRequestAction(SystemState* system_state,
152 ~OmahaRequestAction() override;
153 typedef ActionTraits<OmahaRequestAction>::InputObjectType InputObjectType;
154 typedef ActionTraits<OmahaRequestAction>::OutputObjectType OutputObjectType;
162 static std::string StaticType() { return "OmahaRequestAction"; }
325 DISALLOW_COPY_AND_ASSIGN(OmahaRequestAction);