Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Depoll_io_waiter_mingw.cpp58 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 Depoll_io_waiter.h58 static void OnTimer(uv_timer_t *timer);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/
H A Dtimer_linux.cpp44 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
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Dtexttimer_component.h51 ACE_DEFINE_COMPONENT_EVENT(OnTimer, void(int64_t, int64_t));
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_texttimer.h37 static void OnTimer(const JSCallbackInfo& info);
H A Djs_texttimer.cpp113 JSClass<JSTextTimer>::StaticMethod("onTimer", &JSTextTimer::OnTimer); in JSBind()
269 void JSTextTimer::OnTimer(const JSCallbackInfo& info) in OnTimer() function in OHOS::OHOS::Ace::Framework::JSTextTimer
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_subscriber_handler.h90 void OnTimer(const std::shared_ptr<Subscriber> subscriber);
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp856 OnTimer(subscriber); in AddTimer()
899 void KeySubscriberHandler::OnTimer(const std::shared_ptr<Subscriber> subscriber) in OnTimer() function in OHOS::MMI::KeySubscriberHandler
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp776 * @tc.desc: Test OnTimer
788 handler.OnTimer(subscriber); in HWTEST_F()

Completed in 13 milliseconds