Home
last modified time | relevance | path

Searched refs:SetClockForTesting (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/rtc_base/
Dfake_clock.cc47 prev_clock_ = SetClockForTesting(this); in ScopedBaseFakeClock()
51 SetClockForTesting(prev_clock_); in ~ScopedBaseFakeClock()
55 prev_clock_ = SetClockForTesting(this); in ScopedFakeClock()
59 SetClockForTesting(prev_clock_); in ~ScopedFakeClock()
Dtime_utils_unittest.cc219 SetClockForTesting(&clock); in TEST()
228 SetClockForTesting(nullptr); in TEST()
266 SetClockForTesting(&clock); in TEST()
289 SetClockForTesting(nullptr); in TEST()
Dtime_utils.h55 RTC_EXPORT ClockInterface* SetClockForTesting(ClockInterface* clock);
Dtime_utils.cc38 ClockInterface* SetClockForTesting(ClockInterface* clock) { in SetClockForTesting() function