Searched refs:MULTIMODAL_INPUT_CONNECT_MGR (Results 1 - 9 of 9) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | multimodal_event_handler.cpp | 70 CHKPR(MULTIMODAL_INPUT_CONNECT_MGR, RET_ERR); in SubscribeKeyEvent() 71 return MULTIMODAL_INPUT_CONNECT_MGR->SubscribeKeyEvent(subscribeInfo.GetSubscribeId(), in SubscribeKeyEvent() 78 CHKPR(MULTIMODAL_INPUT_CONNECT_MGR, RET_ERR); in UnsubscribeKeyEvent() 79 return MULTIMODAL_INPUT_CONNECT_MGR->UnsubscribeKeyEvent(subscribeId); in UnsubscribeKeyEvent() 85 CHKPR(MULTIMODAL_INPUT_CONNECT_MGR, RET_ERR); in SubscribeHotkey() 86 return MULTIMODAL_INPUT_CONNECT_MGR->SubscribeHotkey( in SubscribeHotkey() 92 CHKPR(MULTIMODAL_INPUT_CONNECT_MGR, RET_ERR); in UnsubscribeHotkey() 93 return MULTIMODAL_INPUT_CONNECT_MGR->UnsubscribeHotkey(subscribeId); in UnsubscribeHotkey() 109 CHKPR(MULTIMODAL_INPUT_CONNECT_MGR, RET_ERR); in InjectEvent() 110 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR in InjectEvent() [all...] |
H A D | input_device_impl.cpp | 56 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->RegisterDevListener(); in RegisterDevListener() 100 return MULTIMODAL_INPUT_CONNECT_MGR->UnregisterDevListener(); in UnregisterDevListener() 131 if (MULTIMODAL_INPUT_CONNECT_MGR->GetDeviceIds(ids) != RET_OK) { in GetInputDeviceIds() 144 if (MULTIMODAL_INPUT_CONNECT_MGR->GetDevice(deviceId, inputDevice) != RET_OK) { in GetInputDevice() 157 if (MULTIMODAL_INPUT_CONNECT_MGR->SupportKeys(deviceId, keyCodes, keystroke) != RET_OK) { in SupportKeys() 170 if (MULTIMODAL_INPUT_CONNECT_MGR->GetKeyboardType(deviceId, keyboardType) != RET_OK) { in GetKeyboardType() 181 if (MULTIMODAL_INPUT_CONNECT_MGR->SetKeyboardRepeatDelay(delay) != RET_OK) { in SetKeyboardRepeatDelay() 191 if (MULTIMODAL_INPUT_CONNECT_MGR->SetKeyboardRepeatRate(rate) != RET_OK) { in SetKeyboardRepeatRate() 203 if (MULTIMODAL_INPUT_CONNECT_MGR->GetKeyboardRepeatDelay(repeatDelay) != RET_OK) { in GetKeyboardRepeatDelay() 215 if (MULTIMODAL_INPUT_CONNECT_MGR in GetKeyboardRepeatRate() [all...] |
H A D | input_manager_impl.cpp | 104 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetDisplayBindInfo(infos); in GetDisplayBindInfo() 116 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents() 127 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetDisplayBind(deviceId, displayId, msg); in SetDisplayBind() 139 return MULTIMODAL_INPUT_CONNECT_MGR->GetWindowPid(windowId); in GetWindowPid() 263 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->AddInputEventFilter(service, filterId, priority, deviceTags); in AddInputEventFilter() 295 return MULTIMODAL_INPUT_CONNECT_MGR->RemoveInputEventObserver(); in RemoveInputEventObserver() 301 return MULTIMODAL_INPUT_CONNECT_MGR->NotifyNapOnline(); in NotifyNapOnline() 320 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->RemoveInputEventFilter(filterId); in RemoveInputEventFilter() 1108 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetMouseScrollRows(rows); in SetMouseScrollRows() 1128 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR in SetCustomCursor() [all...] |
H A D | input_monitor_manager.cpp | 67 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->MarkEventConsumed(eventId); in MarkConsumed()
|
H A D | anr_handler.cpp | 75 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->MarkProcessed(eventType, eventId); in MarkProcessed()
|
H A D | input_handler_manager.cpp | 115 ret = MULTIMODAL_INPUT_CONNECT_MGR->AddGestureMonitor(handlerType, newType, gestureType, fingers); in AddGestureMonitor() 172 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->RemoveGestureMonitor(handlerType, newType, in RemoveGestureMonitor() 340 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->AddInputHandler(handlerType, in AddToServer() 413 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->RemoveInputHandler(handlerType, eventType, in RemoveFromServer() 538 int32_t tokenType = MULTIMODAL_INPUT_CONNECT_MGR->GetTokenType(); in GetConsumerInfos()
|
H A D | client_msg_handler.cpp | 96 int32_t tokenType = MULTIMODAL_INPUT_CONNECT_MGR->GetTokenType(); in InitProcessedCallback()
|
/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/ |
H A D | mmi_client.cpp | 272 MULTIMODAL_INPUT_CONNECT_MGR->AllocSocketPair(IMultimodalInputConnect::CONNECT_MODULE_TYPE_MMI_CLIENT); in Socket() 277 fd_ = MULTIMODAL_INPUT_CONNECT_MGR->GetClientSocketFdOfAllocedSocketPair(); in Socket()
|
/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 183 #define MULTIMODAL_INPUT_CONNECT_MGR MultimodalInputConnectManager::GetInstance() macro
|
Completed in 8 milliseconds