Home
last modified time | relevance | path

Searched refs:GetDurationTo (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/update_engine/update_manager/
H A Dweekly_time.cc32 TimeDelta WeeklyTime::GetDurationTo(const WeeklyTime& other) const { in GetDurationTo() function in chromeos_update_manager::WeeklyTime
62 (time.GetDurationTo(start_) >= time.GetDurationTo(end_) && in InRange()
H A Dupdate_time_restrictions_monitor.cc42 const TimeDelta current_duration = now.GetDurationTo(interval.start()); in FindNextNearestInterval()
101 : Now().GetDurationTo(current_interval->start()); in WaitForRestrictedIntervalStarts()
H A Dweekly_time_unittest.cc56 TEST_P(WeeklyTimeDurationTest, GetDurationTo) { in TEST_P() argument
60 EXPECT_EQ(result(), start.GetDurationTo(end)); in TEST_P()
H A Dweekly_time.h45 base::TimeDelta GetDurationTo(const WeeklyTime& other) const;
H A Dupdate_time_restrictions_monitor_unittest.cc99 now.GetDurationTo(timestamp) + kDurationOffset; in AdvanceAfterTimestamp()