Searched refs:ClockInterface (Results 1 – 25 of 26) sorted by relevance
12
/system/update_engine/update_manager/ |
D | real_time_provider.cc | 27 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_;
|
D | real_time_provider.h | 32 explicit RealTimeProvider(chromeos_update_engine::ClockInterface* clock) in RealTimeProvider() 48 chromeos_update_engine::ClockInterface* const clock_;
|
D | evaluation_context.h | 69 chromeos_update_engine::ClockInterface* clock, 73 EvaluationContext(chromeos_update_engine::ClockInterface* clock, in EvaluationContext() 178 chromeos_update_engine::ClockInterface* const clock_;
|
D | real_shill_provider.h | 41 chromeos_update_engine::ClockInterface* clock) in RealShillProvider() 85 chromeos_update_engine::ClockInterface* const clock_;
|
D | default_policy.h | 63 explicit DefaultPolicy(chromeos_update_engine::ClockInterface* clock); 108 chromeos_update_engine::ClockInterface* clock_;
|
D | update_manager.h | 50 UpdateManager(chromeos_update_engine::ClockInterface* clock, 149 chromeos_update_engine::ClockInterface* clock_;
|
D | fake_update_manager.h | 29 explicit FakeUpdateManager(chromeos_update_engine::ClockInterface* clock) in FakeUpdateManager()
|
D | update_manager.cc | 28 UpdateManager::UpdateManager(chromeos_update_engine::ClockInterface* clock, in UpdateManager()
|
D | evaluation_context.cc | 37 using chromeos_update_engine::ClockInterface; 68 ClockInterface* clock, in EvaluationContext()
|
D | state_factory.cc | 51 chromeos_update_engine::ClockInterface* const clock = system_state->clock(); in DefaultStateFactory()
|
D | default_policy.cc | 34 DefaultPolicy::DefaultPolicy(chromeos_update_engine::ClockInterface* clock) in DefaultPolicy()
|
D | mock_policy.h | 32 explicit MockPolicy(chromeos_update_engine::ClockInterface* clock) in MockPolicy()
|
D | real_updater_provider.cc | 246 chromeos_update_engine::ClockInterface* clock = system_state()->clock(); in GetValue()
|
/system/update_engine/common/ |
D | clock_interface.h | 30 class ClockInterface { 32 virtual ~ClockInterface() = default;
|
D | clock.h | 25 class Clock : public ClockInterface {
|
D | fake_clock.h | 25 class FakeClock : public ClockInterface {
|
/system/update_engine/ |
D | metrics_utils.h | 88 void SetSystemUpdatedMarker(ClockInterface* clock, PrefsInterface* prefs); 107 ClockInterface* clock);
|
D | system_state.h | 38 class ClockInterface; variable 70 virtual ClockInterface* clock() = 0;
|
D | fake_system_state.h | 53 inline ClockInterface* clock() override { return clock_; } in clock() 115 inline void set_clock(ClockInterface* clock) { in set_clock() 258 ClockInterface* clock_;
|
D | p2p_manager.h | 177 ClockInterface* clock,
|
D | p2p_manager.cc | 119 ClockInterface* clock, 175 ClockInterface* clock_; 215 ClockInterface* clock, in P2PManagerImpl() 726 ClockInterface* clock, in Construct()
|
D | update_attempter_android.h | 190 std::unique_ptr<ClockInterface> clock_;
|
D | real_system_state.h | 88 inline ClockInterface* clock() override { return &clock_; } in clock()
|
D | metrics_utils.cc | 360 void SetSystemUpdatedMarker(ClockInterface* clock, PrefsInterface* prefs) { in SetSystemUpdatedMarker() 389 ClockInterface* clock) { in LoadAndReportTimeToReboot()
|
D | common_service.cc | 374 ClockInterface* clock = system_state_->clock(); in GetDurationSinceUpdate()
|
12