Home
last modified time | relevance | path

Searched refs:AddLocal (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_handler_manager.h94 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 Dinput_handler_manager.cpp73 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