Searched defs:alertHandler (Results 1 – 4 of 4) sorted by relevance
297 [[maybe_unused]] const std::function<void()>& alertHandler) override { in onPeriodicMonitor()
413 const std::function<void()>& alertHandler) { in onPeriodicMonitor()
950 const auto alertHandler = [&]() { isAlertReceived = true; }; in TEST_F() local
1512 .WillOnce([&](auto, auto, const auto& alertHandler) -> Result<void> { in TEST_F()