Home
last modified time | relevance | path

Searched refs:GetSystemMenuItemParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.h107 …static const MenuItemParam GetSystemMenuItemParam(const std::string& menuId, const std::string& me…
H A Dselect_overlay_node.cpp1750 MenuItemParam param = GetSystemMenuItemParam(OH_DEFAULT_COPY, BUTTON_COPY); in GetSystemMenuItemParams()
1755 MenuItemParam param = GetSystemMenuItemParam(OH_DEFAULT_PASTE, BUTTON_PASTE); in GetSystemMenuItemParams()
1760 MenuItemParam param = GetSystemMenuItemParam(OH_DEFAULT_CUT, BUTTON_CUT); in GetSystemMenuItemParams()
1765 MenuItemParam param = GetSystemMenuItemParam(OH_DEFAULT_SELECT_ALL, BUTTON_COPY_ALL); in GetSystemMenuItemParams()
1792 const MenuItemParam SelectOverlayNode::GetSystemMenuItemParam(const std::string& menuId, const std:… in GetSystemMenuItemParam() function in OHOS::Ace::NG::SelectOverlayNode