Home
last modified time | relevance | path

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

/base/update/updater/services/ui/view/page/
H A 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()
H A Dpage.h34 [[nodiscard]] virtual OHOS::UIViewGroup *GetView() const = 0;
H A Dsub_page.h31 OHOS::UIViewGroup *GetView() const override;
H A Dbase_page.h35 OHOS::UIViewGroup *GetView() const override;
H A Dpage_manager.cpp36 if (basePage == nullptr || basePage->GetView() == nullptr) { in InitImpl()
49 OHOS::RootView::GetInstance()->Add(basePage->GetView()); in InitImpl()
H A Dbase_page.cpp162 OHOS::UIViewGroup *BasePage::GetView() const in GetView() function in Updater::BasePage

Completed in 4 milliseconds