Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dtrans_network_statistics.h30 #define MAX_SOCKET_RESOURCE_LEN 1024 macro
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/
H A Dtrans_network_statistics.c198 if (info == NULL || dataInfo == NULL || len > MAX_SOCKET_RESOURCE_LEN) { in SetChannelStatisticsInfo()
221 …if (dataInfo == NULL || len > MAX_SOCKET_RESOURCE_LEN || !IsChannelDfxInfoValid(channelId, channel… in UpdateNetworkResourceByLaneId()