Home
last modified time | relevance | path

Searched refs:fieldProperty (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_toolbar_util.cpp446 …const FieldProperty& fieldProperty, RefPtr<FrameNode>& barMenuNodeOut, const RefPtr<FrameNode>& co… in CreateToolbarItemNodeAndMenuNode() argument
464 NavigationTitleUtil::SetInnerChildId(toolBarItemNode, fieldProperty.field, in CreateToolbarItemNodeAndMenuNode()
465 containerNode->GetTag(), "More", fieldProperty.parentId); in CreateToolbarItemNodeAndMenuNode()
472 const FieldProperty& fieldProperty, bool enabled, RefPtr<FrameNode>& barMenuNodeOut) in BuildToolBarItems() argument
500 NavigationTitleUtil::SetInnerChildId(toolBarItemNode, fieldProperty.field, in BuildToolBarItems()
501 containerNode->GetTag(), toolBarItemId, fieldProperty.parentId); in BuildToolBarItems()
512 return CreateToolbarItemNodeAndMenuNode(enabled, std::move(params), fieldProperty, in BuildToolBarItems()
540 std::vector<NG::BarItem>&& toolBarItems, bool enabled, const FieldProperty& fieldProperty) in SetToolbarConfiguration() argument
569 if (!BuildToolBarItems(toolBarNode, toolBarItems, fieldProperty, enabled, barMenuNode)) { in SetToolbarConfiguration()
H A Dnavigation_toolbar_util.h35 std::vector<NG::BarItem>&& toolBarItems, bool enabled, const FieldProperty& fieldProperty);
H A Dnavigation_model_ng.cpp830 FieldProperty fieldProperty; in SetToolbarConfiguration() local
831 fieldProperty.parentId = navigationGroupNode->GetInspectorId().value_or(""); in SetToolbarConfiguration()
832 fieldProperty.field = NG::NAV_FIELD; in SetToolbarConfiguration()
833 …nToolbarUtil::SetToolbarConfiguration(navBarNode, std::move(toolBarItems), enabled, fieldProperty); in SetToolbarConfiguration()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.cpp772 FieldProperty fieldProperty; in SetToolbarConfiguration() local
773 fieldProperty.parentId = navdestinationGroupNode->GetInspectorId().value_or(""); in SetToolbarConfiguration()
774 fieldProperty.field = NG::DES_FIELD; in SetToolbarConfiguration()
776 navdestinationGroupNode, std::move(toolBarItems), enabled, fieldProperty); in SetToolbarConfiguration()