Home
last modified time | relevance | path

Searched refs:CheckRemoveInput (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h227 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 Dstubhandleallocsocketfd_fuzzer.cpp90 MMIService::GetInstance()->CheckRemoveInput(tmpfd, handlerType, eventType, tmpfd, tmp32); in StubHandleAllocSocketFdFuzzTest()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1875 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 Dmmi_service_test.cpp742 * @tc.desc: Test the function CheckRemoveInput
755 int32_t ret = mmiService.CheckRemoveInput(pid, handlerType, eventType, priority, deviceTags); in HWTEST_F()

Completed in 9 milliseconds