Home
last modified time | relevance | path

Searched refs:TransProxyResetPeer (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_control.h29 int32_t TransProxyResetPeer(ProxyChannelInfo *info);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_message_test.cpp743 int32_t ret = TransProxyResetPeer(NULL);
754 ret = TransProxyResetPeer(&chanInfo);
757 ret = TransProxyResetPeer(&chanInfo);
760 ret = TransProxyResetPeer(&chanInfo);
H A Dsoftbus_proxychannel_message_test.cpp706 int32_t ret = TransProxyResetPeer(NULL);
711 ret = TransProxyResetPeer(&chanInfo);
714 ret = TransProxyResetPeer(&chanInfo);
717 ret = TransProxyResetPeer(&chanInfo);
H A Dtrans_proxy_channel_test.cpp379 int ret = TransProxyResetPeer(&info);
401 int ret = TransProxyResetPeer(&info);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c276 int32_t TransProxyResetPeer(ProxyChannelInfo *info) in TransProxyResetPeer() function
H A Dsoftbus_proxychannel_transceiver.c216 TransProxyResetPeer(chan); in TransProxyLoopMsgHandler()
H A Dsoftbus_proxychannel_manager.c1919 TransProxyResetPeer(destroyNode); in TransProxyDestroyChannelList()