Home
last modified time | relevance | path

Searched refs:ClockInterface (Results 1 – 23 of 23) sorted by relevance

/system/update_engine/update_manager/
Dreal_time_provider.cc27 using chromeos_update_engine::ClockInterface;
37 CurrDateVariable(const string& name, ClockInterface* clock) in CurrDateVariable()
50 ClockInterface* clock_;
60 CurrHourVariable(const string& name, ClockInterface* clock) in CurrHourVariable()
72 ClockInterface* clock_;
Dreal_time_provider.h32 explicit RealTimeProvider(chromeos_update_engine::ClockInterface* clock) in RealTimeProvider()
48 chromeos_update_engine::ClockInterface* const clock_;
Devaluation_context.h69 chromeos_update_engine::ClockInterface* clock,
73 EvaluationContext(chromeos_update_engine::ClockInterface* clock, in EvaluationContext()
177 chromeos_update_engine::ClockInterface* const clock_;
Dreal_shill_provider.h40 chromeos_update_engine::ClockInterface* clock) in RealShillProvider()
91 chromeos_update_engine::ClockInterface* const clock_;
Ddefault_policy.h63 explicit DefaultPolicy(chromeos_update_engine::ClockInterface* clock);
95 chromeos_update_engine::ClockInterface* clock_;
Dupdate_manager.h50 UpdateManager(chromeos_update_engine::ClockInterface* clock,
152 chromeos_update_engine::ClockInterface* clock_;
Dfake_update_manager.h29 explicit FakeUpdateManager(chromeos_update_engine::ClockInterface* clock) in FakeUpdateManager()
Dupdate_manager.cc24 UpdateManager::UpdateManager(chromeos_update_engine::ClockInterface* clock, in UpdateManager()
Dstate_factory.cc42 chromeos_update_engine::ClockInterface* const clock = system_state->clock(); in DefaultStateFactory()
Devaluation_context.cc36 using chromeos_update_engine::ClockInterface;
68 ClockInterface* clock, in EvaluationContext()
Ddefault_policy.cc31 DefaultPolicy::DefaultPolicy(chromeos_update_engine::ClockInterface* clock) in DefaultPolicy()
Dmock_policy.h32 explicit MockPolicy(chromeos_update_engine::ClockInterface* clock) in MockPolicy()
Dreal_updater_provider.cc244 chromeos_update_engine::ClockInterface* clock = system_state()->clock(); in GetValue()
/system/update_engine/common/
Dclock_interface.h30 class ClockInterface {
32 virtual ~ClockInterface() = default;
Dclock.h25 class Clock : public ClockInterface {
Dfake_clock.h25 class FakeClock : public ClockInterface {
/system/update_engine/
Dsystem_state.h46 class ClockInterface; variable
76 virtual ClockInterface* clock() = 0;
Dfake_system_state.h53 inline ClockInterface* clock() override { return clock_; } in clock()
115 inline void set_clock(ClockInterface* clock) { in set_clock()
253 ClockInterface* clock_;
Dp2p_manager.h179 ClockInterface *clock,
Dp2p_manager.cc118 ClockInterface *clock,
179 ClockInterface* clock_;
219 ClockInterface *clock, in P2PManagerImpl()
729 ClockInterface *clock, in Construct()
Dreal_system_state.h86 inline ClockInterface* clock() override { return &clock_; } in clock()
Dcommon_service.cc289 ClockInterface* clock = system_state_->clock(); in GetDurationSinceUpdate()
Dpayload_state.cc183 ClockInterface *clock = system_state_->clock(); in AttemptStarted()
574 ClockInterface *clock = system_state_->clock(); in CollectAndReportAttemptMetrics()