Home
last modified time | relevance | path

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

/base/update/updater/services/ui/view/page/
Dsub_page.cpp89 const auto &view = basePage_->GetView(); in SetVisible()
112 OHOS::UIViewGroup *SubPage::GetView() const in GetView() function in Updater::SubPage
117 return basePage_->GetView(); in GetView()
Dsub_page.h31 OHOS::UIViewGroup *GetView() const override;
Dpage.h34 [[nodiscard]] virtual OHOS::UIViewGroup *GetView() const = 0;
Dbase_page.h35 OHOS::UIViewGroup *GetView() const override;
Dpage_manager.cpp36 if (basePage == nullptr || basePage->GetView() == nullptr) { in InitImpl()
49 OHOS::RootView::GetInstance()->Add(basePage->GetView()); in InitImpl()
Dbase_page.cpp162 OHOS::UIViewGroup *BasePage::GetView() const in GetView() function in Updater::BasePage