Home
last modified time | relevance | path

Searched refs:defVal (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_socket_manager.h85 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 Dclient_trans_socket_manager.c791 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