Searched refs:RemoveLocal (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_interface.cpp | 125 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 D | delegate_interface_test.cpp | 107 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 D | delegate_interface.h | 61 void RemoveLocal(InputHandlerType type, std::string name, uint32_t &deviceTags);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 87 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 D | input_handler_manager.h | 78 int32_t RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t &deviceTags);
|