Searched refs:NotifyNetworkingChannelOpened (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 | 27 int32_t NotifyNetworkingChannelOpened(
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_network_test.cpp | 147 int32_t ret = NotifyNetworkingChannelOpened(1, NULL, 0); 168 int32_t ret = NotifyNetworkingChannelOpened(1, NULL, 0);
|
H A D | softbus_proxy_network_test.cpp | 150 int32_t ret = NotifyNetworkingChannelOpened(sessionName, 1, NULL, 0); 173 int32_t ret = NotifyNetworkingChannelOpened(sessionName, 1, NULL, 0);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_network.c | 44 int32_t NotifyNetworkingChannelOpened( in NotifyNetworkingChannelOpened() function
|
H A D | softbus_proxychannel_listener.c | 151 … ret = NotifyNetworkingChannelOpened(appInfo->myData.sessionName, channelId, appInfo, isServer); in OnProxyChannelOpened()
|