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 D | js_backend_timer_module.cpp | 70 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 D | jsi_timer_module.cpp | 27 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 D | js_timer.cpp | 96 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 D | declarative_frontend_ng.cpp | 220 … const std::string& callbackId, const std::string& delay, bool isInterval) { in InitializeDelegate()
|
H A D | frontend_delegate_declarative_ng.cpp | 356 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 D | mock_plugin_frontend_delegate.cpp | 256 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 D | js_frontend.cpp | 431 … const std::string& callbackId, const std::string& delay, bool isInterval) { in InitializeFrontendDelegate()
|
H A D | frontend_delegate_impl.cpp | 1157 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 D | plugin_frontend.cpp | 320 … const std::string& callbackId, const std::string& delay, bool isInterval) { in InitializeFrontendDelegate()
|
H A D | plugin_frontend_delegate.cpp | 1026 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 D | declarative_frontend.cpp | 391 … const std::string& callbackId, const std::string& delay, bool isInterval) { in Initialize()
|
H A D | frontend_delegate_declarative.cpp | 2150 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 D | jsi_engine.cpp | 993 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 D | jsi_declarative_engine.cpp | 2303 …tiveEngine::TimerCallback(const std::string& callbackId, const std::string& delay, bool isInterval) in TimerCallback()
|