Searched refs:defVal (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/session/include/ |
H A D | client_trans_socket_manager.h | 85 int32_t GetQosValue(const QosTV *qos, uint32_t qosCount, QosType type, int32_t *value, int32_t defVal);
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_socket_manager.c | 791 int32_t GetQosValue(const QosTV *qos, uint32_t qosCount, QosType type, int32_t *value, int32_t defVal) in GetQosValue() argument 799 TRANS_LOGW(TRANS_SDK, "no qos info, use defVal"); in GetQosValue() 800 *value = defVal; in GetQosValue() 811 *value = defVal; in GetQosValue()
|
Completed in 2 milliseconds