Home
last modified time | relevance | path

Searched refs:OnProxyChannelBind (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_listener.h26 int32_t OnProxyChannelBind(int32_t channelId, const AppInfo *appInfo);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_listener_test.cpp347 int32_t ret = OnProxyChannelBind(TEST_NUMBER_25, &appInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c218 int32_t OnProxyChannelBind(int32_t channelId, const AppInfo *appInfo) in OnProxyChannelBind() function
H A Dsoftbus_proxychannel_manager.c1161 if ((ret = OnProxyChannelBind(chan->channelId, &(chan->appInfo))) != SOFTBUS_OK) { in TransProxyProcessHandshake()