HomeSort by relevance Sort by last modified time
    Searched refs:OmahaRequestAction (Results 1 - 5 of 5) 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 94 if (ping_days > 0 || ping_days == OmahaRequestAction::kNeverPinged)
520 OmahaRequestAction::OmahaRequestAction(
534 OmahaRequestAction::~OmahaRequestAction() {}
537 int OmahaRequestAction::CalculatePingDays(const string& key) {
556 void OmahaRequestAction::InitPingDays() {
568 bool OmahaRequestAction::ShouldPing() const {
569 if (ping_active_days_ == OmahaRequestAction::kNeverPinged &&
570 ping_roll_call_days_ == OmahaRequestAction::kNeverPinged)
    [all...]
update_attempter.cc 110 if (type == OmahaRequestAction::StaticType())
606 shared_ptr<OmahaRequestAction> update_check_action(
607 new OmahaRequestAction(system_state_,
614 shared_ptr<OmahaRequestAction> download_started_action(
615 new OmahaRequestAction(system_state_,
632 shared_ptr<OmahaRequestAction> download_finished_action(
633 new OmahaRequestAction(
642 shared_ptr<OmahaRequestAction> update_complete_action(
643 new OmahaRequestAction(
    [all...]
update_attempter_unittest.cc 246 OmahaRequestAction action(&fake_system_state_, nullptr,
278 OmahaRequestAction omaha_request_action(&fake_system_state, nullptr,
361 OmahaRequestAction::StaticType())));
375 OmahaRequestAction::StaticType(),
377 OmahaRequestAction::StaticType(),
379 OmahaRequestAction::StaticType(),
382 OmahaRequestAction::StaticType()
544 OmahaRequestAction::StaticType())));
    [all...]
omaha_request_action_unittest.cc 166 // OmahaRequestAction. |prefs| may be null, in which case a local MockPrefs
172 // OmahaRequestAction constructor. out_post_data may be null; if non-null, the
254 if (action->Type() == OmahaRequestAction::StaticType())
322 OmahaRequestAction action(&fake_system_state_,
381 OmahaRequestAction action(&fake_system_state,
474 OmahaRequestAction action(
    [all...]

Completed in 391 milliseconds