Home
last modified time | relevance | path

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

/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()
65 void TabContentNode::OnOffscreenProcess(bool recursive) in OnOffscreenProcess()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
Dnavrouter_group_node.cpp58 void NavRouterGroupNode::OnDetachFromMainTree(bool recursive) in OnDetachFromMainTree()
81 void NavRouterGroupNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
89 void NavRouterGroupNode::OnOffscreenProcess(bool recursive) in OnOffscreenProcess()
Dnavdestination_group_node.cpp74 void NavDestinationGroupNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
82 void NavDestinationGroupNode::OnOffscreenProcess(bool recursive) in OnOffscreenProcess()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dlazy_for_each_node.h128 void OnAttachToMainTree(bool recursive) override in OnAttachToMainTree()
138 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/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/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/pattern/form/
Dform_node.cpp170 void FormNode::OnDetachFromMainTree(bool recursive) in OnDetachFromMainTree()
/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/multimedia/audio_framework/test/demo/hvigor/
Dhvigor-wrapper.js16 …("crypto"),n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefine… variable
/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
Dhvigor-wrapper.js16 …_process"),n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefine… variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dui_node.cpp346 void UINode::AttachToMainTree(bool recursive) in AttachToMainTree()
364 void UINode::DetachFromMainTree(bool recursive) in DetachFromMainTree()
382 void UINode::ProcessOffscreenTask(bool recursive) in ProcessOffscreenTask()
Dui_node.h565 virtual void OnOffscreenProcess(bool recursive) {} in OnOffscreenProcess()
Dframe_node.cpp716 void FrameNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
785 void FrameNode::OnDetachFromMainTree(bool recursive) in OnDetachFromMainTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dnavigation_group_node.cpp861 void NavigationGroupNode::OnDetachFromMainTree(bool recursive) in OnDetachFromMainTree()
871 void NavigationGroupNode::OnAttachToMainTree(bool recursive) in OnAttachToMainTree()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DstateMgmt.js6033 debugInfoView(recursive = false) { argument
6036 debugInfoViewInternal(recursive = false) { argument
6044 debugInfoViewHierarchy(recursive = false) { argument
6047 debugInfoViewHierarchyInternal(depth = 0, recursive = false) { argument
6060 debugInfoUpdateFuncByElmtId(recursive = false) { argument
6063 debugInfoUpdateFuncByElmtIdInternal(counter, depth = 0, recursive = false) { argument
6081 debugInfoDirtDescendantElementIds(recursive = false) { argument
6084 debugInfoDirtDescendantElementIdsInternal(depth = 0, recursive = false, counter) { argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
Drsrendernode_fuzzer.cpp111 bool recursive = GetData<bool>(); in RSBaseRenderNodeFuzzTest() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h210 virtual void OnNodeDisappear(bool recursive) {} in OnNodeDisappear()
211 virtual void OnNodeAppear(bool recursive) {} in OnNodeAppear()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Dnode_system.cpp643 ISceneNode* NodeSystem::CloneNode(const ISceneNode& node, bool recursive) in CloneNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp237 void RosenRenderContext::OnNodeAppear(bool recursive) in OnNodeAppear()
260 void RosenRenderContext::OnNodeDisappear(bool recursive) in OnNodeDisappear()