Searched refs:SendRelayPrepareRequest (Results 1 – 4 of 4) sorted by relevance
74 int32_t SendRelayPrepareRequest(const std::string &srcId, const std::string &sinkId);
348 …int32_t ret = DistributedInputSourceTransport::GetInstance().SendRelayPrepareRequest(srcId, sinkId…356 …int32_t ret = DistributedInputSourceTransport::GetInstance().SendRelayPrepareRequest(srcId, sinkId…
351 int32_t DistributedInputSourceTransport::SendRelayPrepareRequest(const std::string &srcId, const st… in SendRelayPrepareRequest() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceTransport
1092 ret = DistributedInputSourceTransport::GetInstance().SendRelayPrepareRequest(srcId, sinkId); in RelayPrepareRemoteInput()