Home
last modified time | relevance | path

Searched refs:OnTimer (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/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);
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Dtexttimer_component.h51 ACE_DEFINE_COMPONENT_EVENT(OnTimer, void(int64_t, int64_t));
/ohos5.0/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
/ohos5.0/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::Ace::Framework::JSTextTimer
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dtimer.h118 void OnTimer(int timerFd);
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_subscriber_handler.h84 void OnTimer(const std::shared_ptr<Subscriber> subscriber);
/ohos5.0/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::__anon7e5fee520110::Timer
/ohos5.0/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::__anond27b26990110::Timer
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp708 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 Dkey_subscriber_handler_test.cpp682 handler.OnTimer(subscriber);
1506 ASSERT_NO_FATAL_FAILURE(handler.OnTimer(subscriber));
1509 ASSERT_NO_FATAL_FAILURE(handler.OnTimer(subscriber));