Home
last modified time | relevance | path

Searched defs:alertHandler (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DWatchdogPerfServiceTest.cpp517 .WillOnce([&](auto, auto, const auto& alertHandler) -> Result<void> { in TEST()
H A DIoOveruseMonitorTest.cpp861 const auto alertHandler = [&]() { isAlertReceived = true; }; in TEST_F() local
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseMonitor.cpp376 const std::function<void()>& alertHandler) { in onPeriodicMonitor()