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

/system/update_engine/
H A Domaha_request_action.h97 class OmahaRequestAction;
105 class ActionTraits<OmahaRequestAction> {
114 class OmahaRequestAction : public Action<OmahaRequestAction>, class in namespace:chromeos_update_engine
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>
[all...]
H A Domaha_request_action.cc96 if (ping_days > 0 || ping_days == OmahaRequestAction::kNeverPinged)
616 OmahaRequestAction::OmahaRequestAction( function in class:chromeos_update_engine::OmahaRequestAction
630 OmahaRequestAction::~OmahaRequestAction() {}
633 int OmahaRequestAction::CalculatePingDays(const string& key) {
652 void OmahaRequestAction::InitPingDays() {
664 bool OmahaRequestAction::ShouldPing() const {
665 if (ping_active_days_ == OmahaRequestAction::kNeverPinged &&
666 ping_roll_call_days_ == OmahaRequestAction
[all...]

Completed in 549 milliseconds