Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_manager.h29 int32_t GenerateChannelId(bool isTdcChannel);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c136 int32_t GenerateChannelId(bool isTdcChannel) in GenerateChannelId() argument
138 return isTdcChannel ? GenerateTdcChannelId() : GenerateProxyChannelId(); in GenerateChannelId()