Home
last modified time | relevance | path

Searched refs:SetCustomMenu (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model.h60 virtual void SetCustomMenu(const RefPtr<AceType>& customNode) = 0;
H A Dnavdestination_model_ng.h61 void SetCustomMenu(const RefPtr<AceType>& customNode) override;
H A Dnavdestination_model_ng.cpp608 void NavDestinationModelNG::SetCustomMenu(const RefPtr<AceType>& customNode) in SetCustomMenu() function in OHOS::Ace::NG::NavDestinationModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dnavigation_model_impl.h47 void SetCustomMenu(const RefPtr<AceType>& customMenu) override;
H A Dnavigation_model_impl.cpp184 void NavigationModelImpl::SetCustomMenu(const RefPtr<AceType>& customMenu) in SetCustomMenu() function in OHOS::Ace::Framework::NavigationModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_navigation_ffi.cpp91 NavigationModel::GetInstance()->SetCustomMenu(customNode); in FfiOHOSAceFrameworkNavigationSetMenusWithBuilder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model.h73 virtual void SetCustomMenu(const RefPtr<AceType>& customNode) = 0;
H A Dnavigation_model_ng.h55 void SetCustomMenu(const RefPtr<AceType>& customNode) override;
H A Dnavigation_model_ng.cpp863 void NavigationModelNG::SetCustomMenu(const RefPtr<AceType>& customNode) in SetCustomMenu() function in OHOS::Ace::NG::NavigationModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_pattern_test_ng.cpp608 navDestinationModel.SetCustomMenu(customNode);
620 navDestinationModel.SetCustomMenu(customNode);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_model_test_ng.cpp954 navigationModel.SetCustomMenu(customNode);
959 navigationModel.SetCustomMenu(customNode);
962 navigationModel.SetCustomMenu(customNode);
H A Dnavigation_pattern_test_ng.cpp802 navigationModel.SetCustomMenu(customNode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination.cpp397 NavDestinationModel::GetInstance()->SetCustomMenu(customNode); in SetMenus()
H A Djs_navigation.cpp525 NavigationModel::GetInstance()->SetCustomMenu(customNode); in SetMenus()