Searched refs:NotifyNetworkingChannelOpenFailed (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_network.h | 30 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 D | trans_proxy_network_test.cpp | 150 NotifyNetworkingChannelOpenFailed(1, NULL); 171 NotifyNetworkingChannelOpenFailed(1, NULL);
|
H A D | softbus_proxy_network_test.cpp | 153 NotifyNetworkingChannelOpenFailed(sessionName, 1, NULL); 176 NotifyNetworkingChannelOpenFailed(sessionName, 1, NULL);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_network.c | 61 void NotifyNetworkingChannelOpenFailed(const char *sessionName, int32_t channelId, const char *netw… in NotifyNetworkingChannelOpenFailed() function
|
H A D | softbus_proxychannel_listener.c | 210 …NotifyNetworkingChannelOpenFailed(appInfo->myData.sessionName, channelId, appInfo->peerData.device… in TransProxyNotifyOpenFailedByType()
|