Searched defs:SystemMonitorTest (Results 1 – 3 of 3) sorted by relevance
18 class SystemMonitorTest : public testing::Test { class20 SystemMonitorTest() { in SystemMonitorTest() function in base::__anon1349842f0111::SystemMonitorTest31 TEST_F(SystemMonitorTest, DeviceChangeNotifications) { in TEST_F() argument
19 class SystemMonitorTest : public testing::Test { class25 SystemMonitorTest() { system_monitor_ = std::make_unique<SystemMonitor>(); } in SystemMonitorTest() function in base::__anon2955945e0111::SystemMonitorTest31 TEST_F(SystemMonitorTest, DeviceChangeNotifications) { in TEST_F() argument
47 public class SystemMonitorTest { class