Searched refs:RemoveLocal (Results 1 - 5 of 5) sorted by relevance
/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_interface.cpp | 129 RemoveLocal(type, summary.handlerName, currentTags);
in AddHandler() 169 void DelegateInterface::RemoveLocal(InputHandlerType type, const std::string &name, uint32_t &deviceTags)
in RemoveLocal() function in OHOS::MMI::DelegateInterface 201 RemoveLocal(type, name, deviceTags);
in RemoveHandler()
|
/foundation/multimodalinput/input/service/delegate_task/test/ |
H A D | delegate_interface_test.cpp | 89 * @tc.desc: Test the function RemoveLocal
107 ASSERT_NO_FATAL_FAILURE(delegateInterface.RemoveLocal(type, name, deviceTags));
in HWTEST_F() 111 ASSERT_NO_FATAL_FAILURE(delegateInterface.RemoveLocal(type, name, deviceTags));
in HWTEST_F() 115 ASSERT_NO_FATAL_FAILURE(delegateInterface.RemoveLocal(type, name, deviceTags));
in HWTEST_F()
|
/foundation/multimodalinput/input/service/delegate_task/include/ |
H A D | delegate_interface.h | 62 void RemoveLocal(InputHandlerType type, const std::string &name, uint32_t &deviceTags);
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 85 RemoveLocal(handlerId, handlerType, allDeviceTags); in AddHandler() 119 RemoveLocal(handlerId, handlerType, deviceTags); in AddGestureMonitor() 213 int32_t ret = RemoveLocal(handlerId, handlerType, deviceTags); in RemoveHandler() 348 int32_t InputHandlerManager::RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t &deviceTags) in RemoveLocal() function in OHOS::MMI::InputHandlerManager
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_handler_manager.h | 101 int32_t RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t &deviceTags);
|
Completed in 3 milliseconds