Home
last modified time | relevance | path

Searched refs:OnTimer (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dtimer.cpp88 uint32_t ret = DoRegister([this](int fd) { this->OnTimer(fd); }, interval, once, timerFd); in Register()
177 void Timer::OnTimer(int timerFd) in OnTimer() function in OHOS::Utils::Timer
/commonlibrary/c_utils/base/include/
H A Dtimer.h118 void OnTimer(int timerFd);
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp732 void OnTimer(TimerEventHandler* handler, const TimerCallback& callback);
845 TimerEventCallback wrappedCb = std::bind(&Timer::OnTimer, this, std::placeholders::_1, callback); in Register()
903 void Timer::OnTimer(TimerEventHandler* handler, const TimerCallback& callback) in OnTimer() function in OHOS::__anon12::Timer
905 BENCHMARK_LOGD("EventTest void Timer::OnTimer is called."); in OnTimer()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_event_test.cpp601 void OnTimer(TimerEventHandler* handler, const TimerCallback& callback);
706 TimerEventCallback wrappedCb = std::bind(&Timer::OnTimer, this, std::placeholders::_1, callback); in Register()
765 void Timer::OnTimer(TimerEventHandler* handler, const TimerCallback& callback) in OnTimer() function in OHOS::__anon33::Timer

Completed in 5 milliseconds