Searched refs:handleTimer (Results 1 – 4 of 4) sorted by relevance
63 void handleTimer(uint32_t senderInstanceId, const void *eventData);
223 handleTimer(senderInstanceId, eventData); in handleEvent()232 void HeapExhaustionStabilityTest::handleTimer(uint32_t senderInstanceId, in handleTimer() function in general_test::HeapExhaustionStabilityTest
106 : next(_next), duration(_duration), handleTimer(std::move(handle)), oneShot(_oneShot) {} in Timer()110 NonCopyableFunction<void()> handleTimer; member
63 current.handleTimer(); in runTimers()