Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp129 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 Ddelegate_interface_test.cpp89 * @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 Ddelegate_interface.h62 void RemoveLocal(InputHandlerType type, const std::string &name, uint32_t &deviceTags);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp85 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 Dinput_handler_manager.h101 int32_t RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t &deviceTags);

Completed in 4 milliseconds