Searched refs:CheckRemoveInput (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 227 int32_t CheckRemoveInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventType, 230 int32_t CheckRemoveInput(int32_t pid, InputHandlerType handlerType, std::vector<int32_t> actionsType);
|
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 90 MMIService::GetInstance()->CheckRemoveInput(tmpfd, handlerType, eventType, tmpfd, tmp32); in StubHandleAllocSocketFdFuzzTest()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 1875 int32_t MMIService::CheckRemoveInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventType, in CheckRemoveInput() function in OHOS::MMI::MMIService 1883 int32_t MMIService::CheckRemoveInput(int32_t pid, InputHandlerType handlerType, std::vector<int32_t> actionsType) in CheckRemoveInput() function in OHOS::MMI::MMIService 1921 return this->CheckRemoveInput(pid, handlerType, eventType, priority, deviceTags); in RemoveInputHandler() 1927 return this->CheckRemoveInput(pid, handlerType, actionsType); in RemoveInputHandler()
|
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 742 * @tc.desc: Test the function CheckRemoveInput 755 int32_t ret = mmiService.CheckRemoveInput(pid, handlerType, eventType, priority, deviceTags); in HWTEST_F()
|
Completed in 9 milliseconds