Home
last modified time | relevance | path

Searched refs:SetOnKeyCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_element.cpp95SetOnKeyCallback(AceSyncEvent<void(const std::shared_ptr<KeyEventInfo>&)>::Create(onKeyId, context… in Update()
97SetOnKeyCallback([callback = AceSyncEvent<void(const KeyEvent&, bool&)>::Create(onKeyId, context_)… in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.h88 void SetOnKeyCallback(std::function<bool(const KeyEvent&)>&& onKeyCallback) in SetOnKeyCallback() function
92 void SetOnKeyCallback(std::function<void(const std::shared_ptr<KeyEventInfo>&)>&& onKeyCallback) in SetOnKeyCallback() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp1192 focusHub->SetOnKeyCallback(std::move(onKeyEventCallback));
1507 focusHub->SetOnKeyCallback(onKey);
1529 focusHub->SetOnKeyCallback(onKey2);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h675 void SetOnKeyCallback(OnKeyConsumeFunc&& onKeyCallback) in SetOnKeyCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1220 focusHub->SetOnKeyCallback(std::move(onKeyCallback)); in SetOnKeyEvent()
3958 focusHub->SetOnKeyCallback(std::move(onKeyCallback)); in SetOnKeyEvent()