Searched refs:RestoreUITree (Results 1 – 6 of 6) sorted by relevance
57 void RestoreUITree(const SerializeableObjectArray& uiTree) in RestoreUITree() function59 auto task = [this, &uiTree]() { distributedUI_->RestoreUITree(uiTree); }; in RestoreUITree()
205 void RestoreUITree(const SerializeableObjectArray& array) override in RestoreUITree() function207 uiManager_->RestoreUITree(array); in RestoreUITree()
70 void RestoreUITree(const SerializeableObjectArray& array);
115 void DistributedUI::RestoreUITree(const SerializeableObjectArray& array) in RestoreUITree() function in OHOS::Ace::NG::DistributedUI
475 distributedUI.RestoreUITree(array);
221 virtual void RestoreUITree(const SerializeableObjectArray& array) {} in RestoreUITree() function