Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp485 int32_t ret = ClientIpcChannelOnQos(nullptr, QOS_SATISFIED, nullptr, QOS_TYPE_BUTT);
490 ret = ClientIpcChannelOnQos(&data, QOS_SATISFIED, nullptr, QOS_TYPE_BUTT);
494 ret = ClientIpcChannelOnQos(&data, QOS_SATISFIED, nullptr, QOS_TYPE_BUTT);
498 ret = ClientIpcChannelOnQos(&data, QOS_SATISFIED, qos, QOS_TYPE_BUTT);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_trans_def.h39 QosTV qos[QOS_TYPE_BUTT];
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dtrans_type.h119 QOS_TYPE_BUTT, enumerator
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h134 QOS_TYPE_BUTT, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dtrans_server_stub.c182 if (param->qosCount > QOS_TYPE_BUTT) { in ReadQosInfo()
193 …if (memcpy_s(param->qos, sizeof(QosTV) * QOS_TYPE_BUTT, qosInfo, sizeof(QosTV) * param->qosCount) … in ReadQosInfo()
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h145 QOS_TYPE_BUTT, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_service.c159 (param->isQosLane && param->qosCount > QOS_TYPE_BUTT)) { in TransOpenSession()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp245 …nullptr || data->msgPkgName == nullptr || qos == nullptr || count == 0 || count >= QOS_TYPE_BUTT) { in ClientIpcChannelOnQos()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_manager.h264 return (qos == NULL) ? (qosCount == 0) : (qosCount <= QOS_TYPE_BUTT); in IsValidQosInfo()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_service.c205 (qos == NULL && qosCount != 0) || (qosCount > QOS_TYPE_BUTT)) { in EvaluateQos()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp302 if (peerNetworkId == NULL || dataType >= DATA_TYPE_BUTT || qosCount > QOS_TYPE_BUTT) { in ServerIpcEvaluateQos()
/ohos5.0/foundation/communication/dsoftbus/
H A DREADME_zh.md256 QOS_TYPE_BUTT,
H A DREADME.md250 QOS_TYPE_BUTT,
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp407 || qosCount > QOS_TYPE_BUTT) { in EvaluateQos()
H A Dsoftbus_server_stub.cpp549 if (param.qosCount > QOS_TYPE_BUTT) { in ReadQosInfo()
560 …if (memcpy_s(param.qos, sizeof(QosTV) * QOS_TYPE_BUTT, qosInfo, sizeof(QosTV) * param.qosCount) !=… in ReadQosInfo()
853 if (qosCount > QOS_TYPE_BUTT) { in EvaluateQosInner()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp769 uint32_t qosCount = QOS_TYPE_BUTT;
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_client_stub.cpp359 …COMM_CHECK_AND_RETURN_RET_LOGE(count < QOS_TYPE_BUTT, SOFTBUS_INVALID_PARAM, COMM_SDK, "invalid co… in OnChannelOnQosInner()