Home
last modified time | relevance | path

Searched defs:SetOnKeyCallback (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/focus/
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
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dfocus_hub.h661 void SetOnKeyCallback(OnKeyCallbackFunc&& onKeyCallback) in SetOnKeyCallback() function