Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_network.h27 int32_t NotifyNetworkingChannelOpened(
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_network_test.cpp147 int32_t ret = NotifyNetworkingChannelOpened(1, NULL, 0);
168 int32_t ret = NotifyNetworkingChannelOpened(1, NULL, 0);
H A Dsoftbus_proxy_network_test.cpp150 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 Dsoftbus_proxychannel_network.c44 int32_t NotifyNetworkingChannelOpened( in NotifyNetworkingChannelOpened() function
H A Dsoftbus_proxychannel_listener.c151 … ret = NotifyNetworkingChannelOpened(appInfo->myData.sessionName, channelId, appInfo, isServer); in OnProxyChannelOpened()