HomeSort by relevance Sort by last modified time
    Searched refs:ClockInterface (Results 1 - 25 of 26) sorted by null

1 2

  /system/update_engine/common/
clock_interface.h 30 class ClockInterface {
32 virtual ~ClockInterface() = default;
clock.h 25 class Clock : public ClockInterface {
fake_clock.h 25 class FakeClock : public ClockInterface {
  /system/update_engine/update_manager/
real_time_provider.cc 27 using chromeos_update_engine::ClockInterface;
37 CurrDateVariable(const string& name, ClockInterface* clock)
53 ClockInterface* clock_;
63 CurrHourVariable(const string& name, ClockInterface* clock)
75 ClockInterface* clock_;
real_time_provider.h 32 explicit RealTimeProvider(chromeos_update_engine::ClockInterface* clock)
48 chromeos_update_engine::ClockInterface* const clock_;
fake_update_manager.h 29 explicit FakeUpdateManager(chromeos_update_engine::ClockInterface* clock)
update_manager.cc 28 UpdateManager::UpdateManager(chromeos_update_engine::ClockInterface* clock,
real_shill_provider.h 41 chromeos_update_engine::ClockInterface* clock)
86 chromeos_update_engine::ClockInterface* const clock_;
evaluation_context.h 69 chromeos_update_engine::ClockInterface* clock,
73 EvaluationContext(chromeos_update_engine::ClockInterface* clock,
90 // the ClockInterface::GetWallclockTime() or
91 // ClockInterface::GetMonotonicTime() scales, respectively.
177 chromeos_update_engine::ClockInterface* const clock_;
180 // corresponding to ClockInterface::GetWallclockTime() and
181 // ClockInterface::GetMonotonicTime(), respectively. These values are reset
187 // expected value changes, corresponding to ClockInterface::GetWallclockTime()
188 // and ClockInterface::GetMonotonicTIme(), respectively. These timestamps are
198 // The timestamp in the ClockInterface::GetMonotonicTime() scale at which th
    [all...]
default_policy.h 63 explicit DefaultPolicy(chromeos_update_engine::ClockInterface* clock);
102 chromeos_update_engine::ClockInterface* clock_;
update_manager.h 50 UpdateManager(chromeos_update_engine::ClockInterface* clock,
152 chromeos_update_engine::ClockInterface* clock_;
default_policy.cc 34 DefaultPolicy::DefaultPolicy(chromeos_update_engine::ClockInterface* clock)
state_factory.cc 51 chromeos_update_engine::ClockInterface* const clock = system_state->clock();
mock_policy.h 32 explicit MockPolicy(chromeos_update_engine::ClockInterface* clock)
evaluation_context.cc 37 using chromeos_update_engine::ClockInterface;
69 ClockInterface* clock,
real_updater_provider.cc 247 chromeos_update_engine::ClockInterface* clock = system_state()->clock();
  /system/update_engine/
system_state.h 38 class ClockInterface;
69 virtual ClockInterface* clock() = 0;
metrics_utils.h 88 void SetSystemUpdatedMarker(ClockInterface* clock, PrefsInterface* prefs);
101 ClockInterface* clock);
p2p_manager.h 179 ClockInterface *clock,
fake_system_state.h 53 inline ClockInterface* clock() override { return clock_; }
113 inline void set_clock(ClockInterface* clock) {
252 ClockInterface* clock_;
real_system_state.h 87 inline ClockInterface* clock() override { return &clock_; }
update_attempter_android.h 207 std::unique_ptr<ClockInterface> clock_;
p2p_manager.cc 121 ClockInterface *clock,
182 ClockInterface* clock_;
222 ClockInterface *clock,
732 ClockInterface *clock,
metrics_utils.cc 347 void SetSystemUpdatedMarker(ClockInterface* clock, PrefsInterface* prefs) {
367 ClockInterface* clock) {
common_service.cc 328 ClockInterface* clock = system_state_->clock();

Completed in 305 milliseconds

1 2