Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp245 static void SubKeyEventCallback(std::shared_ptr<KeyEvent> keyEvent) in SubKeyEventCallback() function
294 … subscribeId = InputManager::GetInstance()->SubscribeKeyEvent(keyOption, SubKeyEventCallback); in JsOn()