Home
last modified time | relevance | path

Searched refs:CheckAddInput (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h225 int32_t CheckAddInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventType,
229 int32_t CheckAddInput(int32_t pid, InputHandlerType handlerType, std::vector<int32_t> actionsType);
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1808 int32_t MMIService::CheckAddInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventType, in CheckAddInput() function in OHOS::MMI::MMIService
1816 int32_t MMIService::CheckAddInput(int32_t pid, InputHandlerType handlerType, std::vector<int32_t> actionsType) in CheckAddInput() function in OHOS::MMI::MMIService
1846 return this->CheckAddInput(pid, handlerType, eventType, priority, deviceTags); in AddInputHandler()
1857 return this->CheckAddInput(pid, handlerType, actionsType); in AddInputHandler()
/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp706 * @tc.desc: Test the function CheckAddInput
719 int32_t ret = mmiService.CheckAddInput(pid, handlerType, eventType, priority, deviceTags); in HWTEST_F()

Completed in 9 milliseconds