/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_timer_module.cpp | 48 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 D | plugin_frontend_delegate.h | 171 void WaitTimer(const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) override;
|
H A D | plugin_frontend_delegate.cpp | 1009 void PluginFrontendDelegate::WaitTimer( in WaitTimer() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 253 virtual void WaitTimer(const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) = 0;
|
H A D | frontend_delegate_impl.h | 281 void WaitTimer(const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) override;
|
H A D | frontend_delegate_impl.cpp | 1156 void FrontendDelegateImpl::WaitTimer( in WaitTimer() function in OHOS::Ace::Framework::FrontendDelegateImpl
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 255 void PluginFrontendDelegate::WaitTimer( in WaitTimer() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 171 void WaitTimer(const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) override;
|
H A D | frontend_delegate_declarative_ng.cpp | 342 void FrontendDelegateDeclarativeNG::WaitTimer( in WaitTimer() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 245 void WaitTimer(const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) override;
|
H A D | frontend_delegate_declarative.cpp | 2153 void FrontendDelegateDeclarative::WaitTimer( in WaitTimer() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 1004 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 D | jsi_declarative_engine.cpp | 2331 delegate->WaitTimer(callbackId, delay, isInterval, false); in TimerCallback()
|