Home
last modified time | relevance | path

Searched refs:alertHandler (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseMonitorTest.cpp950 const auto alertHandler = [&]() { isAlertReceived = true; }; in TEST_F() local
959 alertHandler)); in TEST_F()
968 alertHandler)); in TEST_F()
977 alertHandler)); in TEST_F()
988 alertHandler)); in TEST_F()
997 alertHandler)); in TEST_F()
1008 alertHandler)); in TEST_F()
DWatchdogPerfServiceTest.cpp1468 .WillOnce([&](auto, auto, const auto& alertHandler) -> Result<void> { in TEST_F() argument
1469 alertHandler(); in TEST_F()
/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseMonitor.h181 const std::function<void()>& alertHandler) override;
DIoOveruseMonitor.cpp413 const std::function<void()>& alertHandler) { in onPeriodicMonitor() argument
454 alertHandler(); in onPeriodicMonitor()
DPerformanceProfiler.h295 [[maybe_unused]] const std::function<void()>& alertHandler) override { in onPeriodicMonitor() argument
DWatchdogPerfService.h143 const std::function<void()>& alertHandler) = 0;