Home
last modified time | relevance | path

Searched defs:KeyEventCallback (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
Dcontainer.h60 using KeyEventCallback = std::function<bool(const KeyEvent&)>; variable
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
Dinput_native_test.cpp1290 static void KeyEventCallback(const struct Input_KeyEvent* keyEvent) in KeyEventCallback() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkComponent.ts1868 declare type KeyEventCallback = (event: KeyEvent) => void; alias