Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h57 void RestoreUITree(const SerializeableObjectArray& uiTree) in RestoreUITree() function
59 auto task = [this, &uiTree]() { distributedUI_->RestoreUITree(uiTree); }; in RestoreUITree()
H A Dui_content_impl.h205 void RestoreUITree(const SerializeableObjectArray& array) override in RestoreUITree() function
207 uiManager_->RestoreUITree(array); in RestoreUITree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.h70 void RestoreUITree(const SerializeableObjectArray& array);
H A Ddistributed_ui.cpp115 void DistributedUI::RestoreUITree(const SerializeableObjectArray& array) in RestoreUITree() function in OHOS::Ace::NG::DistributedUI
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp475 distributedUI.RestoreUITree(array);
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h221 virtual void RestoreUITree(const SerializeableObjectArray& array) {} in RestoreUITree() function