Searched refs:GetView (Results 1 – 6 of 6) sorted by relevance
89 const auto &view = basePage_->GetView(); in SetVisible()112 OHOS::UIViewGroup *SubPage::GetView() const in GetView() function in Updater::SubPage117 return basePage_->GetView(); in GetView()
31 OHOS::UIViewGroup *GetView() const override;
34 [[nodiscard]] virtual OHOS::UIViewGroup *GetView() const = 0;
35 OHOS::UIViewGroup *GetView() const override;
36 if (basePage == nullptr || basePage->GetView() == nullptr) { in InitImpl()49 OHOS::RootView::GetInstance()->Add(basePage->GetView()); in InitImpl()
162 OHOS::UIViewGroup *BasePage::GetView() const in GetView() function in Updater::BasePage