Home
last modified time | relevance | path

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

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