Home
last modified time | relevance | path

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 Dsoftbus_proxychannel_manager_test.cpp1106 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 Dsoftbus_proxychannel_manager.c933 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()