Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h33 SerializeableObjectArray DumpUITree() in DumpUITree() function in OHOS::Ace::DistributedUIManager
36 auto task = [this, &ret]() { ret = distributedUI_->DumpUITree(); }; in DumpUITree()
H A Dui_content_impl.h189 SerializeableObjectArray DumpUITree() override
192 return uiManager_->DumpUITree();
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp83 * @tc.expected: step1. call DumpUITree() return SerializeableObjectArray in HWTEST_F()
86 auto array = distributedUI.DumpUITree(); in HWTEST_F()
91 * @tc.expected: step2. call DumpUITree() return SerializeableObjectArray in HWTEST_F()
94 array = distributedUI.DumpUITree(); in HWTEST_F()
127 * @tc.expected: step1. call DumpUITree() return SerializeableObjectArray in HWTEST_F()
130 auto array = distributedUI.DumpUITree(); in HWTEST_F()
166 * @tc.expected: step1. call DumpUITree() return SerializeableObjectArray in HWTEST_F()
169 auto array = distributedUI.DumpUITree(); in HWTEST_F()
202 * @tc.expected: step1. call DumpUITree() return SerializeableObjectArray in HWTEST_F()
205 auto array = distributedUI.DumpUITree(); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.h64 SerializeableObjectArray DumpUITree();
H A Ddistributed_ui.cpp63 SerializeableObjectArray DistributedUI::DumpUITree() in DumpUITree() function in OHOS::Ace::NG::DistributedUI
193 update = DumpUITree(); in OnTreeUpdate()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h214 virtual SerializeableObjectArray DumpUITree() in DumpUITree() function in OHOS::OHOS::Ace::UIContent

Completed in 5 milliseconds