Home
last modified time | relevance | path

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

/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/frameworks/core/components_ng/event/
H A Dfocus_hub.h675 void SetOnKeyCallback(OnKeyConsumeFunc&& onKeyCallback) in SetOnKeyCallback() function