Searched refs:ErrorCodeToV1ProtocolCode (Results 1 – 3 of 3) sorted by relevance
53 static int ErrorCodeToV1ProtocolCode(int reason);
56 int P2pV1Processor::ErrorCodeToV1ProtocolCode(int reason) in ErrorCodeToV1ProtocolCode() function in OHOS::SoftBus::P2pV1Processor1004 result.SetLegacyP2pResult(static_cast<LegacyResult>(ErrorCodeToV1ProtocolCode(reason))); in SendNegotiateResult()1035 response.SetLegacyP2pResult(static_cast<LegacyResult>(ErrorCodeToV1ProtocolCode(result))); in SendReuseResponse()
360 auto code = P2pV1Processor::ErrorCodeToV1ProtocolCode(ct.softbusErrorCode);368 auto code = P2pV1Processor::ErrorCodeToV1ProtocolCode(SOFTBUS_CONN_PV1_APPLY_GC_IP_FAIL);372 code = P2pV1Processor::ErrorCodeToV1ProtocolCode(SOFTBUS_INVALID_PARAM);