Home
last modified time | relevance | path

Searched refs:dirtyNodes (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.cpp135 std::vector<NodeId> dirtyNodes; in OnPageLoaded()
136 page->PopAllDirtyNodes(dirtyNodes); in OnPageLoaded()
137 if (dirtyNodes.empty()) { in OnPageLoaded()
140 auto rootNodeId = dirtyNodes.front(); in OnPageLoaded()
H A Dcard_frontend.cpp212 std::vector<NodeId> dirtyNodes; in OnPageLoaded()
213 page->PopAllDirtyNodes(dirtyNodes); in OnPageLoaded()
214 if (dirtyNodes.empty()) { in OnPageLoaded()
217 auto rootNodeId = dirtyNodes.front(); in OnPageLoaded()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_context_test.cpp156 auto dirtyNodes = rSContext.GetUiFrameworkDirtyNodes(); in HWTEST_F() local
157 ret = dirtyNodes.size(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router.cpp492 std::vector<NodeId> dirtyNodes; in OnPageUpdate()
493 jsPage->PopAllDirtyNodes(dirtyNodes); in OnPageUpdate()
494 for (auto nodeId : dirtyNodes) { in OnPageUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.h128 void PopAllDirtyNodes(std::vector<NodeId>& dirtyNodes) in PopAllDirtyNodes() argument
131 dirtyNodes = std::move(dirtyNodesOrderedByTime_); in PopAllDirtyNodes()
H A Dfrontend_delegate_impl.cpp855 std::vector<NodeId> dirtyNodes; in TriggerPageUpdate()
856 jsPage->PopAllDirtyNodes(dirtyNodes); in TriggerPageUpdate()
857 for (auto nodeId : dirtyNodes) { in TriggerPageUpdate()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp219 decltype(predictLayoutNodes_) dirtyNodes(std::move(predictLayoutNodes_)); in FlushPredictLayout()
220 for (const auto& dirtyNode : dirtyNodes) { in FlushPredictLayout()
472 decltype(dirtyLayoutNodes_) dirtyNodes(std::move(dirtyLayoutNodes_)); in FlushLayout()
473 for (const auto& dirtyNode : dirtyNodes) { in FlushLayout()
482 for (const auto& dirtyNode : dirtyNodes) { in FlushLayout()
562 decltype(dirtyRenderNodes_) dirtyNodes(std::move(dirtyRenderNodes_)); in FlushRender()
563 for (const auto& dirtyNode : dirtyNodes) { in FlushRender()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp857 std::vector<NodeId> dirtyNodes; in TriggerPageUpdate()
858 jsPage->PopAllDirtyNodes(dirtyNodes); in TriggerPageUpdate()
859 for (auto nodeId : dirtyNodes) { in TriggerPageUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1480 std::vector<NodeId> dirtyNodes; in TriggerPageUpdate()
1481 jsPage->PopAllDirtyNodes(dirtyNodes); in TriggerPageUpdate()
1482 for (auto nodeId : dirtyNodes) { in TriggerPageUpdate()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp1887 dirtyNodes = GetContext().GetUiFrameworkDirtyNodes()] () mutable { in ProcessHgmFrameRate()
1899 auto uiFrameworkDirtyNodeName = frameRateMgr->GetUiFrameworkDirtyNodes(dirtyNodes); in ProcessHgmFrameRate()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp356 decltype(dirtyNodes_) dirtyNodes(std::move(dirtyNodes_)); in FlushDirtyNodeUpdate()
357 for (const auto& node : dirtyNodes) { in FlushDirtyNodeUpdate()

Completed in 36 milliseconds