Home
last modified time | relevance | path

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

12

/system/update_engine/update_manager/
Dreal_time_provider.cc27 using chromeos_update_engine::ClockInterface;
37 CurrDateVariable(const string& name, ClockInterface* clock) in CurrDateVariable()
52 ClockInterface* clock_;
62 CurrHourVariable(const string& name, ClockInterface* clock) in CurrHourVariable()
73 ClockInterface* clock_;
80 CurrMinuteVariable(const string& name, ClockInterface* clock) in CurrMinuteVariable()
91 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()
178 chromeos_update_engine::ClockInterface* const clock_;
Dreal_shill_provider.h41 chromeos_update_engine::ClockInterface* clock) in RealShillProvider()
85 chromeos_update_engine::ClockInterface* const clock_;
Ddefault_policy.h63 explicit DefaultPolicy(chromeos_update_engine::ClockInterface* clock);
108 chromeos_update_engine::ClockInterface* clock_;
Dupdate_manager.h50 UpdateManager(chromeos_update_engine::ClockInterface* clock,
149 chromeos_update_engine::ClockInterface* clock_;
Dfake_update_manager.h29 explicit FakeUpdateManager(chromeos_update_engine::ClockInterface* clock) in FakeUpdateManager()
Dupdate_manager.cc28 UpdateManager::UpdateManager(chromeos_update_engine::ClockInterface* clock, in UpdateManager()
Devaluation_context.cc37 using chromeos_update_engine::ClockInterface;
68 ClockInterface* clock, in EvaluationContext()
Dstate_factory.cc51 chromeos_update_engine::ClockInterface* const clock = system_state->clock(); in DefaultStateFactory()
Ddefault_policy.cc34 DefaultPolicy::DefaultPolicy(chromeos_update_engine::ClockInterface* clock) in DefaultPolicy()
Dmock_policy.h32 explicit MockPolicy(chromeos_update_engine::ClockInterface* clock) in MockPolicy()
Dreal_updater_provider.cc246 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/
Dmetrics_utils.h88 void SetSystemUpdatedMarker(ClockInterface* clock, PrefsInterface* prefs);
107 ClockInterface* clock);
Dsystem_state.h38 class ClockInterface; variable
70 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()
258 ClockInterface* clock_;
Dp2p_manager.h177 ClockInterface* clock,
Dp2p_manager.cc119 ClockInterface* clock,
175 ClockInterface* clock_;
215 ClockInterface* clock, in P2PManagerImpl()
726 ClockInterface* clock, in Construct()
Dupdate_attempter_android.h190 std::unique_ptr<ClockInterface> clock_;
Dreal_system_state.h88 inline ClockInterface* clock() override { return &clock_; } in clock()
Dmetrics_utils.cc360 void SetSystemUpdatedMarker(ClockInterface* clock, PrefsInterface* prefs) { in SetSystemUpdatedMarker()
389 ClockInterface* clock) { in LoadAndReportTimeToReboot()
Dcommon_service.cc374 ClockInterface* clock = system_state_->clock(); in GetDurationSinceUpdate()

12