Searched refs:newChanId (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_manager_test.cpp | 1106 int16_t newChanId = 1; variable 1113 ConstructProxyChannelInfo(chan, msg, newChanId, &info); 1115 ConstructProxyChannelInfo(chan, msg, newChanId, &info); 1117 ConstructProxyChannelInfo(chan, msg, newChanId, &info); 1119 ConstructProxyChannelInfo(chan, msg, newChanId, &info);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 933 ProxyChannelInfo *chan, const ProxyMessage *msg, int16_t newChanId, const ConnectionInfo *info) in ConstructProxyChannelInfo() argument 942 chan->myId = newChanId; in ConstructProxyChannelInfo() 943 chan->channelId = newChanId; in ConstructProxyChannelInfo() 1039 int16_t newChanId = (int16_t)(GenerateChannelId(false)); in TransProxyFillChannelInfo() local 1040 ConstructProxyChannelInfo(chan, msg, newChanId, &info); in TransProxyFillChannelInfo()
|