Home
last modified time | relevance | path

Searched refs:onWillShow (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_event_hub.h30 void SetOnWillShow(const std::function<void()>& onWillShow) in SetOnWillShow() argument
32 onWillShowEvent_ = onWillShow; in SetOnWillShow()
H A Dtab_content_model_ng.h60 void SetOnWillShow(std::function<void()>&& onWillShow) override;
H A Dtab_content_model.h144 virtual void SetOnWillShow(std::function<void()>&& onWillShow) {} in SetOnWillShow() argument
H A Dtab_content_model_ng.cpp630 void TabContentModelNG::SetOnWillShow(std::function<void()>&& onWillShow) in SetOnWillShow() argument
636 tabContentEventHub->SetOnWillShow(onWillShow); in SetOnWillShow()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtab_content_model_impl.h44 void SetOnWillShow(std::function<void()>&& onWillShow) override {}
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp679 auto onWillShow = [executionContext = info.GetExecutionContext(), func = std::move(willShowHandler)]() { in SetOnWillShow() local
681 ACE_SCORING_EVENT("TabContent.onWillShow"); in SetOnWillShow()
684 TabContentModel::GetInstance()->SetOnWillShow(std::move(onWillShow)); in SetOnWillShow()
720 JSClass<JSTabContent>::StaticMethod("onWillShow", &JSTabContent::SetOnWillShow); in JSBind()
H A Djs_navdestination.cpp422 auto onWillShow = [execCtx = info.GetExecutionContext(), func = std::move(willShowCallback)]() { in SetWillShow() local
427 NavDestinationModel::GetInstance()->SetOnWillShow(std::move(onWillShow)); in SetWillShow()
556 JSClass<JSNavDestination>::StaticMethod("onWillShow", &JSNavDestination::SetWillShow); in JSBind()

Completed in 6 milliseconds