Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp86 auto array = distributedUI.DumpUITree();
94 array = distributedUI.DumpUITree();
130 auto array = distributedUI.DumpUITree();
169 auto array = distributedUI.DumpUITree();
205 auto array = distributedUI.DumpUITree();
244 auto array = distributedUI.DumpUITree();
291 auto array = distributedUI.DumpUITree();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h33 SerializeableObjectArray DumpUITree() in DumpUITree() function
36 auto task = [this, &ret]() { ret = distributedUI_->DumpUITree(); }; in DumpUITree()
H A Dui_content_impl.h189 SerializeableObjectArray DumpUITree() override in DumpUITree() function
191 return uiManager_->DumpUITree(); in DumpUITree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.h64 SerializeableObjectArray DumpUITree();
H A Ddistributed_ui.cpp70 SerializeableObjectArray DistributedUI::DumpUITree() in DumpUITree() function in OHOS::Ace::NG::DistributedUI
200 update = DumpUITree(); in OnTreeUpdate()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h213 virtual SerializeableObjectArray DumpUITree() in DumpUITree() function