Home
last modified time | relevance | path

Searched refs:AddPageUpdateTask (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router.cpp471 pipeline->AddPageUpdateTask( in OnPageUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h202 void AddPageUpdateTask(std::function<void()>&& task, bool directExecute = false);
H A Dpipeline_context.cpp2831 void PipelineContext::AddPageUpdateTask(std::function<void()>&& task, bool directExecute) in AddPageUpdateTask() function in OHOS::Ace::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp885 pipelineContext->AddPageUpdateTask(std::move(updateTask), directExecute); in TriggerPageUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp869 pipelineContext->AddPageUpdateTask(std::move(updateTask), directExecute); in TriggerPageUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1518 pipelineContext->AddPageUpdateTask(std::move(updateTask), directExecute); in TriggerPageUpdate()