Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
Dnavrouter_group_node.cpp58 void NavRouterGroupNode::OnDetachFromMainTree(bool recursive, PipelineContext* context) in OnDetachFromMainTree()
81 void NavRouterGroupNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
89 void NavRouterGroupNode::OnOffscreenProcess(bool recursive) in OnOffscreenProcess()
Dnavdestination_group_node.cpp117 void NavDestinationGroupNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
125 void NavDestinationGroupNode::OnOffscreenProcess(bool recursive) in OnOffscreenProcess()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtab_content_node.cpp28 void TabContentNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
37 void TabContentNode::OnDetachFromMainTree(bool recursive, PipelineContext* context) in OnDetachFromMainTree()
50 void TabContentNode::OnOffscreenProcess(bool recursive) in OnOffscreenProcess()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dcontent_slot_node.h63 void OnAttachToMainTree(bool recursive) override in OnAttachToMainTree()
Dlazy_for_each_node.h188 void OnAttachToMainTree(bool recursive) override in OnAttachToMainTree()
215 void OnOffscreenProcess(bool recursive) override 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/arkui/ace_engine/frameworks/core/components_ng/base/
Dui_node.cpp97 void UINode::AttachContext(PipelineContext* context, bool recursive) in AttachContext()
113 void UINode::DetachContext(bool recursive) in DetachContext()
615 void UINode::AttachToMainTree(bool recursive, PipelineContext* context) in AttachToMainTree()
640 [[deprecated]] void UINode::AttachToMainTree(bool recursive) in AttachToMainTree()
658 void UINode::DetachFromMainTree(bool recursive) in DetachFromMainTree()
711 void UINode::ProcessOffscreenTask(bool recursive) in ProcessOffscreenTask()
Dui_node.h838 virtual void OnOffscreenProcess(bool recursive) {} in OnOffscreenProcess()
Dframe_node.cpp1249 void FrameNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
1384 void FrameNode::OnDetachFromMainTree(bool recursive, PipelineContext* context) in OnDetachFromMainTree()
5077 void FrameNode::AttachContext(PipelineContext* context, bool recursive) in AttachContext()
5084 void FrameNode::DetachContext(bool recursive) in DetachContext()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
Dhvigor-wrapper.js16 …("crypto"),n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefine… variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_node.cpp256 void FormNode::OnDetachFromMainTree(bool recursive, PipelineContext* context) in OnDetachFromMainTree()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
Drsrendernode_fuzzer.cpp110 bool recursive = GetData<bool>(); in RSBaseRenderNodeFuzzTest() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DstateMgmt.js4430 debugInfoViewHierarchy(recursive = false) { argument
4433 debugInfoViewHierarchyInternal(depth = 0, recursive = false) { argument
4446 debugInfoUpdateFuncByElmtId(recursive = false) { argument
4449 debugInfoUpdateFuncByElmtIdInternal(counter, depth = 0, recursive = false) { argument
7159 debugInfoView(recursive = false) { argument
7162 debugInfoViewInternal(recursive = false) { argument
7170 debugInfoDirtDescendantElementIds(recursive = false) { argument
7173 debugInfoDirtDescendantElementIdsInternal(depth = 0, recursive = false, counter) { argument
9437 debugInfoDirtDescendantElementIdsInternal(depth = 0, recursive = false, counter) { argument
/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… argument
/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dnavigation_group_node.cpp1043 void NavigationGroupNode::OnDetachFromMainTree(bool recursive, PipelineContext* context) in OnDetachFromMainTree()
1075 void NavigationGroupNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
Dentity_collection.cpp543 void EntityCollection::MarkModified(bool modified, bool recursive) in MarkModified()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
Drs_base_render_node_test.cpp757 bool recursive = false; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h252 virtual void OnNodeDisappear(bool recursive) {} in OnNodeDisappear()
253 virtual void OnNodeAppear(bool recursive) {} in OnNodeAppear()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Dnode_system.cpp1068 ISceneNode* NodeSystem::CloneNode(const ISceneNode& node, bool recursive) in CloneNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp302 void RosenRenderContext::OnNodeAppear(bool recursive) in OnNodeAppear()
325 void RosenRenderContext::OnNodeDisappear(bool recursive) in OnNodeDisappear()