Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dkey_event_input_subscribe_manager.h82 #define KeyEventInputSubscribeMgr ::OHOS::Singleton<KeyEventInputSubscribeManager>::GetInstance() macro
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dmultimodal_event_handler.cpp40 KeyEventInputSubscribeMgr.OnConnected(); in OnConnected()
H A Dclient_msg_handler.cpp254 return KeyEventInputSubscribeMgr.OnSubscribeKeyEventCallback(keyEvent, subscribeId); in OnSubscribeKeyEventCallback()
H A Dinput_manager_impl.cpp365 return KeyEventInputSubscribeMgr.SubscribeKeyEvent(keyOption, callback); in SubscribeKeyEvent()
378 KeyEventInputSubscribeMgr.UnsubscribeKeyEvent(subscriberId); in UnsubscribeKeyEvent()