Home
last modified time | relevance | path

Searched refs:HandleStopRelayDhidRemoteInput (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_source_stub.h53 int32_t HandleStopRelayDhidRemoteInput(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_source_stub.cpp417 int32_t DistributedInputSourceStub::HandleStopRelayDhidRemoteInput(MessageParcel &data, MessageParc… in HandleStopRelayDhidRemoteInput() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceStub
559 return HandleStopRelayDhidRemoteInput(data, reply); in HandleRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/
H A Ddistributedinputstub_fuzzer.cpp421 distributedInputSourceStub->HandleStopRelayDhidRemoteInput(pdata, reply); in DistributedInputSourceStubFuzzTest()