Home
last modified time | relevance | path

Searched refs:SetMonitoringPeriodForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dhang_watcher_unittest.cc180 hang_watcher_.SetMonitoringPeriodForTesting(kVeryLongDelta); in HangWatcherTest()
574 hang_watcher_.SetMonitoringPeriodForTesting(kVeryLongDelta); in SetUp()
835 hang_watcher_.SetMonitoringPeriodForTesting(kMonitoringPeriod); in HangWatcherPeriodicMonitoringTest()
1010 hang_watcher_.SetMonitoringPeriodForTesting(kVeryLongDelta); in WatchHangsInScopeBlockingTest()
H A Dhang_watcher.h220 void SetMonitoringPeriodForTesting(base::TimeDelta period);
H A Dhang_watcher.cc968 void HangWatcher::SetMonitoringPeriodForTesting(base::TimeDelta period) { in SetMonitoringPeriodForTesting() function in base::HangWatcher