Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter_standard.cpp187 uint32_t qosType = isOHOSType ? SoftBusClient::QOS_HML : SoftBusClient::QOS_BR; in SendData() local
188 …connects_.Compute(deviceId.deviceId, [&pipeInfo, &deviceId, &conn, qosType, isOHOSType](const auto… in SendData()
191 if (connect->GetQoSType() == qosType) { in SendData()
196 auto connect = std::make_shared<SoftBusClient>(pipeInfo, deviceId, qosType); in SendData()
237 uint32_t qosType = isOHOSType ? SoftBusClient::QOS_HML : SoftBusClient::QOS_BR; in StartCloseSessionTask() local
243 if (connect->GetQoSType() == qosType) { in StartCloseSessionTask()