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 96 class OmahaRequestAction;
104 class ActionTraits<OmahaRequestAction> {
113 class OmahaRequestAction : public Action<OmahaRequestAction>,
144 // OmahaRequestAction(..., new OmahaEvent(...), new WhateverHttpFetcher);
146 // OmahaRequestAction(..., nullptr, new WhateverHttpFetcher);
147 OmahaRequestAction(SystemState* system_state,
151 ~OmahaRequestAction() override;
152 typedef ActionTraits<OmahaRequestAction>::InputObjectType InputObjectType;
153 typedef ActionTraits<OmahaRequestAction>::OutputObjectType OutputObjectType
    [all...]
omaha_request_action.cc 86 if (ping_days > 0 || ping_days == OmahaRequestAction::kNeverPinged)
498 OmahaRequestAction::OmahaRequestAction(
512 OmahaRequestAction::~OmahaRequestAction() {}
515 int OmahaRequestAction::CalculatePingDays(const string& key) {
534 void OmahaRequestAction::InitPingDays() {
546 bool OmahaRequestAction::ShouldPing() const {
547 if (ping_active_days_ == OmahaRequestAction::kNeverPinged &&
548 ping_roll_call_days_ == OmahaRequestAction::kNeverPinged)
    [all...]

Completed in 64 milliseconds