Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c186 static int32_t TransProxyGetChannelIsServer(int32_t channelId, int8_t *isServer) in TransProxyGetChannelIsServer() function
269 …if ((TransProxyGetChannelIsServer(channelId, &isServer) == SOFTBUS_OK && !isServer) || appInfo->is… in TransProxyReportOpenChannelFailEvent()