Searched refs:SetClockForTesting (Results 1 – 4 of 4) sorted by relevance
47 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()
219 SetClockForTesting(&clock); in TEST()228 SetClockForTesting(nullptr); in TEST()266 SetClockForTesting(&clock); in TEST()289 SetClockForTesting(nullptr); in TEST()
55 RTC_EXPORT ClockInterface* SetClockForTesting(ClockInterface* clock);
38 ClockInterface* SetClockForTesting(ClockInterface* clock) { in SetClockForTesting() function