Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.h33 QOS_HML, enumerator
36 SoftBusClient(const PipeInfo &pipeInfo, const DeviceId &deviceId, uint32_t type = QOS_HML);
80 uint32_t type_ = QOS_HML;
H A Dsoftbus_adapter_standard.cpp187 uint32_t qosType = isOHOSType ? SoftBusClient::QOS_HML : SoftBusClient::QOS_BR; in SendData()
237 uint32_t qosType = isOHOSType ? SoftBusClient::QOS_HML : SoftBusClient::QOS_BR; in StartCloseSessionTask()