Searched refs:AddLocal (Results 1 - 2 of 2) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_handler_manager.h | 94 int32_t AddLocal(int32_t handlerId, InputHandlerType handlerType, HandleEventType eventType, 96 int32_t AddLocal(int32_t handlerId, InputHandlerType handlerType, std::vector<int32_t> actionsType,
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 73 if (RET_OK == AddLocal(handlerId, handlerType, eventType, priority, deviceTags, consumer)) { in AddHandler() 141 if (RET_OK == AddLocal(handlerId, handlerType, actionsType, consumer)) { in AddHandler() 283 int32_t InputHandlerManager::AddLocal(int32_t handlerId, InputHandlerType handlerType, HandleEventType eventType, in AddLocal() function in OHOS::MMI::InputHandlerManager 317 int32_t InputHandlerManager::AddLocal(int32_t handlerId, InputHandlerType handlerType, std::vector<int32_t> actionsType, in AddLocal() function in OHOS::MMI::InputHandlerManager
|
Completed in 3 milliseconds