Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_channel_test.cpp138 if (TransProxyAddChanItem(chan) != SOFTBUS_OK) { in TestAddTestProxyChannel()
426 int32_t ret = TransProxyAddChanItem(NULL);
429 ret = TransProxyAddChanItem(info);
H A Dsoftbus_proxychannel_manager_test.cpp968 ret = TransProxyAddChanItem(info);
992 ret = TransProxyAddChanItem(info);
1084 ret = TransProxyAddChanItem(info);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c188 static int32_t TransProxyAddChanItem(ProxyChannelInfo *chan) in TransProxyAddChanItem() function
1207 if ((ret = TransProxyAddChanItem(chan)) != SOFTBUS_OK) { in TransProxyProcessHandshakeMsg()
1506 ret = TransProxyAddChanItem(chan); in TransProxyCreateChanInfo()