Searched refs:SetOnWillShow (Results 1 – 14 of 14) sorted by relevance
30 void SetOnWillShow(const std::function<void()>& onWillShow) in SetOnWillShow() function
60 void SetOnWillShow(std::function<void()>&& onWillShow) override;
144 virtual void SetOnWillShow(std::function<void()>&& onWillShow) {} in SetOnWillShow() function
631 void TabContentModelNG::SetOnWillShow(std::function<void()>&& onWillShow) in SetOnWillShow() function in OHOS::Ace::NG::TabContentModelNG637 tabContentEventHub->SetOnWillShow(onWillShow); in SetOnWillShow()
77 static void SetOnWillShow(const JSCallbackInfo& info);
669 void JSTabContent::SetOnWillShow(const JSCallbackInfo& info) in SetOnWillShow() function in OHOS::Ace::Framework::JSTabContent681 TabContentModel::GetInstance()->SetOnWillShow(std::move(onWillShow)); in SetOnWillShow()717 JSClass<JSTabContent>::StaticMethod("onWillShow", &JSTabContent::SetOnWillShow); in JSBind()
454 NavDestinationModel::GetInstance()->SetOnWillShow(std::move(onWillShow)); in SetWillShow()
44 void SetOnWillShow(std::function<void()>&& onWillShow) override {} in SetOnWillShow() function
48 virtual void SetOnWillShow(std::function<void()>&& willShow) = 0;
143 void SetOnWillShow(std::function<void()>& willShow) in SetOnWillShow() function
38 void SetOnWillShow(std::function<void()>&& willShow) override;
681 void NavDestinationModelNG::SetOnWillShow(std::function<void()>&& willShow) in SetOnWillShow() function in OHOS::Ace::NG::NavDestinationModelNG687 navDestinationEventHub->SetOnWillShow(willShow); in SetOnWillShow()
664 tabContentModel.SetOnWillShow(std::move(showEvent));728 tabContentModel.SetOnWillShow(std::move(showEvent));788 tabContentModel.SetOnWillShow(std::move(showEvent));843 tabContentModel.SetOnWillShow(std::move(showEvent));
112 eventHub->SetOnWillShow(callback); in SetEvent()