Home
last modified time | relevance | path

Searched defs:recursive (Results 1 – 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dlazy_for_each_node.h109 void OnAttachToMainTree(bool recursive) override in OnAttachToMainTree()
119 void OnDetachFromMainTree(bool recursive) override in OnDetachFromMainTree()
125 void OnOffscreenProcess(bool recursive) override in OnOffscreenProcess()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtab_content_node.cpp27 void TabContentNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
35 void TabContentNode::OnDetachFromMainTree(bool recursive) in OnDetachFromMainTree()
64 void TabContentNode::OnOffscreenProcess(bool recursive) in OnOffscreenProcess()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
Dnavdestination_group_node.cpp64 void NavDestinationGroupNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
72 void NavDestinationGroupNode::OnOffscreenProcess(bool recursive) in OnOffscreenProcess()
Dnavrouter_group_node.cpp79 void NavRouterGroupNode::OnDetachFromMainTree(bool recursive) in OnDetachFromMainTree()
84 void NavRouterGroupNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
92 void NavRouterGroupNode::OnOffscreenProcess(bool recursive) in OnOffscreenProcess()
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/file/file05/
Dindex.js43 recursive: true, property
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
Dfile_n_exporter.h56 bool recursive = false; member
66 bool recursive = false; member
76 bool recursive = false; member
91 bool recursive = false; member
Dfile_n_exporter.cpp960 bool recursive = false; in Mkdir() local
997 bool recursive = false; in Rmdir() local
1034 bool recursive = false; in Get() local
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_file/class_file/
Dfile_n_exporter.h51 bool recursive = false; member
61 bool recursive = false; member
71 bool recursive = false; member
86 bool recursive = false; member
Dfile_n_exporter.cpp960 bool recursive = false; in Mkdir() local
997 bool recursive = false; in Rmdir() local
1034 bool recursive = false; in Get() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_node.cpp166 void FormNode::OnDetachFromMainTree(bool recursive) in OnDetachFromMainTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dui_node.cpp314 void UINode::AttachToMainTree(bool recursive) in AttachToMainTree()
329 void UINode::DetachFromMainTree(bool recursive) in DetachFromMainTree()
344 void UINode::ProcessOffscreenTask(bool recursive) in ProcessOffscreenTask()
Dui_node.h507 virtual void OnOffscreenProcess(bool recursive) {} in OnOffscreenProcess()
Dframe_node.cpp592 void FrameNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
643 void FrameNode::OnDetachFromMainTree(bool recursive) in OnDetachFromMainTree()
/foundation/multimedia/audio_framework/test/demo/hvigor/
Dhvigor-wrapper.js1 …("crypto"),n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefine… variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
Drsrendernode_fuzzer.cpp105 bool recursive = GetData<bool>(); in RSBaseRenderNodeFuzzTest() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h173 virtual void OnNodeDisappear(bool recursive) {} in OnNodeDisappear()
174 virtual void OnNodeAppear(bool recursive) {} in OnNodeAppear()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp178 void RosenRenderContext::OnNodeAppear(bool recursive) in OnNodeAppear()
201 void RosenRenderContext::OnNodeDisappear(bool recursive) in OnNodeDisappear()