Home
last modified time | relevance | path

Searched defs:TimerCallback (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
Dtimer_event_handler.h30 using TimerCallback = std::function<void(int timerFd)>; variable
/commonlibrary/ets_utils/js_concurrent_module/common/plugin/
Dtimer.cpp102 void Timer::TimerCallback(uv_timer_t* handle) in TimerCallback() function in Commonlibrary::Concurrent::Common::Plugin::Timer