Home
last modified time | relevance | path

Searched refs:timerEventCallback_ (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp695 inline void SetTimerEventCallback(const TimerEventCallback& callback) { timerEventCallback_ = callback; } in SetTimerEventCallback()
710 TimerEventCallback timerEventCallback_; member in OHOS::__anon12::TimerEventHandler
1056 if (timerEventCallback_) { in TimeOut()
1057 timerEventCallback_(this); in TimeOut()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_event_test.cpp565 inline void SetTimerEventCallback(const TimerEventCallback& callback) { timerEventCallback_ = callback; } in SetTimerEventCallback()
579 TimerEventCallback timerEventCallback_; member in OHOS::__anon33::TimerEventHandler
907 if (timerEventCallback_) { in TimeOut()
908 timerEventCallback_(this); in TimeOut()

Completed in 4 milliseconds