Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c67 static unsigned long g_proxyChanIdBits[MAX_PROXY_CHANNEL_ID_COUNT / BIT_NUM / sizeof(long)] = {0}; variable
103 if ((g_proxyChanIdBits[index] & (ID_USED << bit)) == ID_NOT_USED) { in GenerateProxyChannelId()
104 g_proxyChanIdBits[index] |= (ID_USED << bit); in GenerateProxyChannelId()
132 g_proxyChanIdBits[dex] &= (~(ID_USED << bit)); in ReleaseProxyChannelId()