Home
last modified time | relevance | path

Searched refs:NotifyNetworkingChannelOpenFailed (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_network.h30 void NotifyNetworkingChannelOpenFailed(const char *sessionName, int32_t channelId, const char *netw…
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_network_test.cpp150 NotifyNetworkingChannelOpenFailed(1, NULL);
171 NotifyNetworkingChannelOpenFailed(1, NULL);
H A Dsoftbus_proxy_network_test.cpp153 NotifyNetworkingChannelOpenFailed(sessionName, 1, NULL);
176 NotifyNetworkingChannelOpenFailed(sessionName, 1, NULL);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_network.c61 void NotifyNetworkingChannelOpenFailed(const char *sessionName, int32_t channelId, const char *netw… in NotifyNetworkingChannelOpenFailed() function
H A Dsoftbus_proxychannel_listener.c210NotifyNetworkingChannelOpenFailed(appInfo->myData.sessionName, channelId, appInfo->peerData.device… in TransProxyNotifyOpenFailedByType()