Home
last modified time | relevance | path

Searched refs:WaitTimer (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_timer_module.cpp48 delegate->WaitTimer(std::to_string(callbackId), std::to_string(delay), isInterval, true); in SetTimeoutOrInterval()
57 delegate->WaitTimer(std::to_string(callbackId), std::to_string(delay), isInterval, true); in SetTimeoutOrInterval()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h171 void WaitTimer(const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) override;
H A Dplugin_frontend_delegate.cpp1009 void PluginFrontendDelegate::WaitTimer( in WaitTimer() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h253 virtual void WaitTimer(const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) = 0;
H A Dfrontend_delegate_impl.h281 void WaitTimer(const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) override;
H A Dfrontend_delegate_impl.cpp1156 void FrontendDelegateImpl::WaitTimer( in WaitTimer() function in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp255 void PluginFrontendDelegate::WaitTimer( in WaitTimer() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h171 void WaitTimer(const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) override;
H A Dfrontend_delegate_declarative_ng.cpp342 void FrontendDelegateDeclarativeNG::WaitTimer( in WaitTimer() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h245 void WaitTimer(const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) override;
H A Dfrontend_delegate_declarative.cpp2153 void FrontendDelegateDeclarative::WaitTimer( in WaitTimer() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1004 GetFrontendDelegate(runtime)->WaitTimer(callBackId, delay, isInterval, true); in SetTimer()
3523 engineInstance_->GetFrontendDelegate()->WaitTimer(callbackId, delay, isInterval, false);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2331 delegate->WaitTimer(callbackId, delay, isInterval, false); in TimerCallback()

Completed in 31 milliseconds