Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c60 #define MAX_PROXY_CHANNEL_ID_COUNT 1024 macro
67 static unsigned long g_proxyChanIdBits[MAX_PROXY_CHANNEL_ID_COUNT / BIT_NUM / sizeof(long)] = {0};
93 if (g_channelIdCount >= MAX_PROXY_CHANNEL_ID_COUNT) { in GenerateProxyChannelId()
100 id = id % MAX_PROXY_CHANNEL_ID_COUNT; in GenerateProxyChannelId()