Home
last modified time | relevance | path

Searched defs:SetOnWillShow (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/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() function
H A Dtab_content_model.h144 virtual void SetOnWillShow(std::function<void()>&& onWillShow) {} in SetOnWillShow() function
H A Dtab_content_model_ng.cpp631 void TabContentModelNG::SetOnWillShow(std::function<void()>&& onWillShow) in SetOnWillShow() function in OHOS::Ace::NG::TabContentModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtab_content_model_impl.h44 void SetOnWillShow(std::function<void()>&& onWillShow) override {} in SetOnWillShow() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_event_hub.h143 void SetOnWillShow(std::function<void()>& willShow) in SetOnWillShow() function
H A Dnavdestination_model_ng.cpp681 void NavDestinationModelNG::SetOnWillShow(std::function<void()>&& willShow) in SetOnWillShow() function in OHOS::Ace::NG::NavDestinationModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp669 void JSTabContent::SetOnWillShow(const JSCallbackInfo& info) in SetOnWillShow() function in OHOS::Ace::Framework::JSTabContent