Searched refs:BindMenuWithCustomNode (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.cpp | 76 NG::ViewAbstract::BindMenuWithCustomNode( in BindMenuGesture() 109 NG::ViewAbstract::BindMenuWithCustomNode( in BindMenu() 167 NG::ViewAbstract::BindMenuWithCustomNode( in CreateCustomMenuWithPreview() 281 NG::ViewAbstract::BindMenuWithCustomNode( in BindContextMenu() 325 NG::ViewAbstract::BindMenuWithCustomNode( in BindContextMenu() 461 NG::ViewAbstract::BindMenuWithCustomNode( in RegisterContextMenuKeyEvent()
|
H A D | view_abstract.h | 346 …static void BindMenuWithCustomNode(std::function<void()>&& buildFunc, const RefPtr<FrameNode>& tar…
|
H A D | view_abstract.cpp | 2026 void ViewAbstract::BindMenuWithCustomNode(std::function<void()>&& buildFunc, const RefPtr<FrameNode… in BindMenuWithCustomNode() function in OHOS::Ace::NG::ViewAbstract
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng_new.cpp | 506 ViewAbstract::BindMenuWithCustomNode(std::move(buildFunc), targetNode, OFFSETF, menuParam, 512 ViewAbstract::BindMenuWithCustomNode(std::move(buildFunc), targetNode, OFFSETF, menuParam,
|