Home
last modified time | relevance | path

Searched refs:OnCancelInjection (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dserver_msg_handler.h102 int32_t OnCancelInjection(int32_t callPidId = 0);
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp137 MMIService::GetInstance()->OnCancelInjection(); in StubHandleAllocSocketFdFuzzTest()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp1078 int32_t ret = handler.OnCancelInjection();
1081 ret = handler.OnCancelInjection();
1607 int32_t ret = handler.OnCancelInjection();
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h238 int32_t OnCancelInjection(int32_t callPid = 0);
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2546 return this->OnCancelInjection(callPid); in CancelInjection()
2556 int32_t MMIService::OnCancelInjection(int32_t callPid) in OnCancelInjection() function in OHOS::MMI::MMIService
2558 return sMsgHandler_.OnCancelInjection(callPid); in OnCancelInjection()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp843 int32_t ServerMsgHandler::OnCancelInjection(int32_t callPid) in OnCancelInjection() function in OHOS::MMI::ServerMsgHandler