Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c61 #define ID_NOT_USED 0 macro
103 if ((g_proxyChanIdBits[index] & (ID_USED << bit)) == ID_NOT_USED) { in GenerateProxyChannelId()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c43 #define ID_NOT_USED 0 macro
72 if (((g_channelIdFlagBitsMap >> id) & ID_USED) == ID_NOT_USED) { in GenerateUdpChannelId()