Searched refs:OnProxyChannelBind (Results 1 – 4 of 4) sorted by relevance
26 int32_t OnProxyChannelBind(int32_t channelId, const AppInfo *appInfo);
347 int32_t ret = OnProxyChannelBind(TEST_NUMBER_25, &appInfo);
218 int32_t OnProxyChannelBind(int32_t channelId, const AppInfo *appInfo) in OnProxyChannelBind() function
1161 if ((ret = OnProxyChannelBind(chan->channelId, &(chan->appInfo))) != SOFTBUS_OK) { in TransProxyProcessHandshake()