Home
last modified time | relevance | path

Searched defs:isInterval (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_timer_module.cpp70 const std::string& name, int64_t interval, bool isInterval) in JsTimer()
128 napi_value StartTimeoutOrInterval(napi_env env, napi_callback_info info, bool isInterval) in StartTimeoutOrInterval()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_timer_module.cpp27 const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, bool isInterval) in SetTimeoutOrInterval()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_timer.cpp96 napi_value StartTimeoutOrInterval(napi_env env, napi_callback_info info, bool isInterval) in StartTimeoutOrInterval()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp220 … const std::string& callbackId, const std::string& delay, bool isInterval) { in InitializeDelegate()
H A Dfrontend_delegate_declarative_ng.cpp356 const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) in WaitTimer()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp256 const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) in WaitTimer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp431 … const std::string& callbackId, const std::string& delay, bool isInterval) { in InitializeFrontendDelegate()
H A Dfrontend_delegate_impl.cpp1157 const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) in WaitTimer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp320 … const std::string& callbackId, const std::string& delay, bool isInterval) { in InitializeFrontendDelegate()
H A Dplugin_frontend_delegate.cpp1026 const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) in WaitTimer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp391 … const std::string& callbackId, const std::string& delay, bool isInterval) { in Initialize()
H A Dfrontend_delegate_declarative.cpp2150 const std::string& callbackId, const std::string& delay, bool isInterval, bool isFirst) in WaitTimer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp993 void SetTimer(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, bool isInterval) in SetTimer()
3519 … JsiEngine::TimerCallback(const std::string& callbackId, const std::string& delay, bool isInterval) in TimerCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2303 …tiveEngine::TimerCallback(const std::string& callbackId, const std::string& delay, bool isInterval) in TimerCallback()