/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | epoll_io_waiter_mingw.cpp | 58 UVCALL(uv_timer_start, &timer_, OnTimer, nanoseconds / 1e6, 0); in WaitFor() 73 UVCALL(uv_timer_start, &timer_, OnTimer, 0, 0); in NotifyAll() 128 void EpollIoWaiter::OnTimer(uv_timer_t *timer) in OnTimer() function in OHOS::AppExecFwk::EpollIoWaiter
|
H A D | epoll_io_waiter.h | 58 static void OnTimer(uv_timer_t *timer);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/ |
H A D | timer_linux.cpp | 44 void OnTimer(std::promise<int> startPromise); 64 thread_ = std::make_unique<std::thread>(&TimerManager::OnTimer, this, std::move(startPromise)); in TimerManager() 124 void TimerManager::OnTimer(std::promise<int> startPromise) in OnTimer() function in utility::TimerManager
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/texttimer/ |
H A D | texttimer_component.h | 51 ACE_DEFINE_COMPONENT_EVENT(OnTimer, void(int64_t, int64_t));
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | timer.cpp | 88 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_texttimer.h | 37 static void OnTimer(const JSCallbackInfo& info);
|
H A D | js_texttimer.cpp | 113 JSClass<JSTextTimer>::StaticMethod("onTimer", &JSTextTimer::OnTimer); in JSBind() 269 void JSTextTimer::OnTimer(const JSCallbackInfo& info) in OnTimer() function in OHOS::Ace::Framework::JSTextTimer
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | timer.h | 118 void OnTimer(int timerFd);
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/ |
H A D | key_subscriber_handler.h | 84 void OnTimer(const std::shared_ptr<Subscriber> subscriber);
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_event_test.cpp | 601 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::__anon7e5fee520110::Timer
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 732 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::__anond27b26990110::Timer
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_subscriber_handler.cpp | 708 OnTimer(subscriber); in AddTimer() 751 void KeySubscriberHandler::OnTimer(const std::shared_ptr<Subscriber> subscriber) in OnTimer() function in OHOS::MMI::KeySubscriberHandler
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_subscriber_handler_test.cpp | 682 handler.OnTimer(subscriber); 1506 ASSERT_NO_FATAL_FAILURE(handler.OnTimer(subscriber)); 1509 ASSERT_NO_FATAL_FAILURE(handler.OnTimer(subscriber));
|