Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp125 RemoveLocal(type, summary.handlerName, currentTags); in AddHandler()
165 void DelegateInterface::RemoveLocal(InputHandlerType type, std::string name, uint32_t &deviceTags) in RemoveLocal() function in OHOS::MMI::DelegateInterface
197 RemoveLocal(type, name, deviceTags); in RemoveHandler()
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_interface_test.cpp107 ASSERT_NO_FATAL_FAILURE(delegateInterface.RemoveLocal(type, name, deviceTags));
111 ASSERT_NO_FATAL_FAILURE(delegateInterface.RemoveLocal(type, name, deviceTags));
115 ASSERT_NO_FATAL_FAILURE(delegateInterface.RemoveLocal(type, name, deviceTags));
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_interface.h61 void RemoveLocal(InputHandlerType type, std::string name, uint32_t &deviceTags);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp87 RemoveLocal(handlerId, handlerType, allDeviceTags); in AddHandler()
110 int32_t ret = RemoveLocal(handlerId, handlerType, deviceTags); in RemoveHandler()
171 int32_t InputHandlerManager::RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t … in RemoveLocal() function in OHOS::MMI::InputHandlerManager
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_handler_manager.h78 int32_t RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t &deviceTags);