Home
last modified time | relevance | path

Searched refs:ClearTimer (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dtimer_module.cpp44 CreateNamedFunction(clearTimeout, ClearTimer); in Init()
46 CreateNamedFunction(clearInterval, ClearTimer); in Init()
130 jerry_value_t TimerModule::ClearTimer(const jerry_value_t func, in ClearTimer() function in OHOS::ACELite::TimerModule
H A Dtimer_module.h129 static jerry_value_t ClearTimer(const jerry_value_t func,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dscheduler_manager.h35 void ClearTimer();
H A Dscheduler_manager.cpp215 void SchedulerManager::ClearTimer() in ClearTimer() function in OHOS::DataShare::SchedulerManager
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp164 ClearTimer(*it); in RemoveSubscriber()
614 ClearTimer(*it); in OnSessionDelete()
877 ClearTimer(subscriber); in ClearSubscriberTimer()
881 void KeySubscriberHandler::ClearTimer(const std::shared_ptr<Subscriber> &subscriber) in ClearTimer() function in OHOS::MMI::KeySubscriberHandler
1049 ClearTimer(subscriber); in HandleKeyCancel()
1142 ClearTimer(*it); in RemoveSubscriberKeyUpTimer()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_timer_module.cpp82 delegate->ClearTimer(std::to_string(callbackId)); in ClearTimeoutOrInterval()
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_subscriber_handler.h89 void ClearTimer(const std::shared_ptr<Subscriber> &subscriber);
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h172 void ClearTimer(const std::string& callbackId) override;
H A Dplugin_frontend_delegate.cpp1032 void PluginFrontendDelegate::ClearTimer(const std::string& callbackId) in ClearTimer() function in OHOS::Ace::Framework::PluginFrontendDelegate
1039 LOGW("ClearTimer callbackId not found"); in ClearTimer()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h254 virtual void ClearTimer(const std::string& callbackId) = 0;
H A Dfrontend_delegate_impl.h282 void ClearTimer(const std::string& callbackId) override;
H A Dfrontend_delegate_impl.cpp1179 void FrontendDelegateImpl::ClearTimer(const std::string& callbackId) in ClearTimer() function in OHOS::Ace::Framework::FrontendDelegateImpl
1186 LOGW("ClearTimer callbackId not found"); in ClearTimer()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp259 void PluginFrontendDelegate::ClearTimer(const std::string& callbackId) {} in ClearTimer() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h172 void ClearTimer(const std::string& callbackId) override;
H A Dfrontend_delegate_declarative_ng.cpp365 void FrontendDelegateDeclarativeNG::ClearTimer(const std::string& callbackId) in ClearTimer() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h246 void ClearTimer(const std::string& callbackId) override;
H A Dfrontend_delegate_declarative.cpp2176 void FrontendDelegateDeclarative::ClearTimer(const std::string& callbackId) in ClearTimer() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
2183 LOGW("ClearTimer callbackId not found"); in ClearTimer()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1019 GetFrontendDelegate(runtime)->ClearTimer(callBackId); in ClearTimeout()
3526 engineInstance_->GetFrontendDelegate()->ClearTimer(callbackId);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2334 delegate->ClearTimer(callbackId); in TimerCallback()

Completed in 35 milliseconds