Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dkeyevent_consumer_stub.h37 …using KeyEventCallback = std::function<void(std::shared_ptr<MMI::KeyEvent> &keyEvent, bool isConsu… variable
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h119 using KeyEventCallback = std::function<void(std::shared_ptr<MMI::KeyEvent> &keyEvent, bool isConsum… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h60 using KeyEventCallback = std::function<bool(const KeyEvent&)>; variable
/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp1290 static void KeyEventCallback(const struct Input_KeyEvent* keyEvent) in KeyEventCallback() function