Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtrace_event_system_stats_monitor_unittest.cc49 EXPECT_FALSE(system_stats_monitor->IsTimerRunningForTest()); in TEST_F()
54 EXPECT_TRUE(system_stats_monitor->IsTimerRunningForTest()); in TEST_F()
59 EXPECT_FALSE(system_stats_monitor->IsTimerRunningForTest()); in TEST_F()
H A Dtrace_event_system_stats_monitor.h50 bool IsTimerRunningForTest() const;
H A Dtrace_event_system_stats_monitor.cc120 bool TraceEventSystemStatsMonitor::IsTimerRunningForTest() const { in IsTimerRunningForTest() function in base::trace_event::TraceEventSystemStatsMonitor