Home
last modified time | relevance | path

Searched refs:NotifyUIIdle (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djs_runtime.h94 virtual void NotifyUIIdle() {} in NotifyUIIdle() function in OHOS::Ace::Framework::JsRuntime
H A Djsi_engine.h164 void NotifyUIIdle() override;
H A Dark_js_runtime.cpp419 void ArkJSRuntime::NotifyUIIdle() in NotifyUIIdle() function in OHOS::Ace::Framework::ArkJSRuntime
422 panda::JSNApi::NotifyUIIdle(vm_, 0); in NotifyUIIdle()
H A Dark_js_runtime.h102 void NotifyUIIdle() override;
H A Djsi_engine.cpp3580 void JsiEngine::NotifyUIIdle()
3583 engineInstance_->GetJsRuntime()->NotifyUIIdle();
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp565 void DeclarativeFrontendNG::NotifyUIIdle() in NotifyUIIdle() function in OHOS::Ace::DeclarativeFrontendNG
568 jsEngine_->NotifyUIIdle(); in NotifyUIIdle()
H A Ddeclarative_frontend_ng.h116 void NotifyUIIdle() override;
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h81 void NotifyUIIdle() override;
H A Djs_frontend.cpp796 void JsFrontend::NotifyUIIdle() in NotifyUIIdle() function in OHOS::Ace::JsFrontend
799 jsEngine_->NotifyUIIdle(); in NotifyUIIdle()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h271 virtual void NotifyUIIdle() {} in NotifyUIIdle() function in OHOS::Ace::Frontend
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h300 virtual void NotifyUIIdle() {} in NotifyUIIdle() function in OHOS::Ace::Framework::JsEngine
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h171 void NotifyUIIdle() override;
H A Ddeclarative_frontend.cpp1156 void DeclarativeFrontend::NotifyUIIdle() in Initialize() function in OHOS::Ace::DeclarativeFrontend
1159 jsEngine_->NotifyUIIdle(); in Initialize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h367 void NotifyUIIdle() override;
H A Djsi_declarative_engine.cpp2464 void JsiDeclarativeEngine::NotifyUIIdle() in NotifyUIIdle() function in OHOS::Ace::Framework::JsiDeclarativeEngine
2467 engineInstance_->GetJsRuntime()->NotifyUIIdle(); in NotifyUIIdle()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4604 frontend->NotifyUIIdle(); in OnIdle()

Completed in 30 milliseconds