Searched refs:OnProxyChannelOpened (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_network_test.cpp | 191 int32_t ret = OnProxyChannelOpened(channelId, NULL, isServer); 195 ret = OnProxyChannelOpened(channelId, &appInfo, isServer); 201 ret = OnProxyChannelOpened(channelId, &appInfo, isServer); 203 ret = OnProxyChannelOpened(channelId, &appInfo, isServer); 207 ret = OnProxyChannelOpened(channelId, &appInfo, isServer);
|
H A D | softbus_proxy_network_test.cpp | 196 int32_t ret = OnProxyChannelOpened(channelId, NULL, isServer); 200 ret = OnProxyChannelOpened(channelId, &appInfo, isServer); 204 ret = OnProxyChannelOpened(channelId, &appInfo, isServer); 206 ret = OnProxyChannelOpened(channelId, &appInfo, isServer); 210 ret = OnProxyChannelOpened(channelId, &appInfo, isServer);
|
H A D | softbus_proxychannel_pipeline_test.cpp | 89 static void OnProxyChannelOpened(int32_t channelRequestId, int32_t channelId) in OnProxyChannelOpened() function 116 .onChannelOpened = OnProxyChannelOpened, 170 .onChannelOpened = OnProxyChannelOpened,
|
H A D | softbus_proxychannel_listener_test.cpp | 216 int32_t ret = OnProxyChannelOpened(TEST_NUMBER_25, appInfo, 0);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_listener.h | 25 int32_t OnProxyChannelOpened(int32_t channelId, const AppInfo *appInfo, unsigned char isServer);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_listener.c | 135 int32_t OnProxyChannelOpened(int32_t channelId, const AppInfo *appInfo, unsigned char isServer) in OnProxyChannelOpened() function
|
H A D | softbus_proxychannel_manager.c | 866 (void)OnProxyChannelOpened(info.channelId, &(info.appInfo), PROXY_CHANNEL_CLIENT); in TransProxyProcessHandshakeAckMsg() 875 (void)OnProxyChannelOpened(info.channelId, &(info.appInfo), PROXY_CHANNEL_CLIENT); in TransProxyProcessHandshakeAckMsg() 1144 int32_t ret = OnProxyChannelOpened(chan->channelId, &(chan->appInfo), PROXY_CHANNEL_SERVER); in TransProxyProcessHandshake()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_p2p.c | 1634 static void OnProxyChannelOpened(int32_t channelRequestId, int32_t channelId) in OnProxyChannelOpened() function 1685 .onChannelOpened = OnProxyChannelOpened, in OpenProxyChannelToConnP2p()
|