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

  /system/update_engine/
omaha_request_action.h 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
    [all...]
omaha_request_action.cc 96 if (ping_days > 0 || ping_days == OmahaRequestAction::kNeverPinged)
616 OmahaRequestAction::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::kNeverPinged)
    [all...]

Completed in 55 milliseconds