Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c362 static int32_t TransProxyGetAppInfo(const char *sessionName, const char *peerNetworkId, AppInfo *ap… in TransProxyGetAppInfo() function
460 if (TransProxyGetAppInfo(sessionName, peerNetworkId, &appInfo) != SOFTBUS_OK) { in TransOpenNetWorkingChannel()
H A Dsoftbus_proxychannel_manager.c651 static int32_t TransProxyGetAppInfo(int16_t myId, AppInfo *appInfo) in TransProxyGetAppInfo() function
841 if (TransProxyGetAppInfo(info.myId, &(info.appInfo)) != SOFTBUS_OK) { in TransProxyProcessHandshakeAckMsg()
1315 if (TransProxyGetAppInfo(info->myId, &(info->appInfo)) != SOFTBUS_OK) { in TransProxyProcessResetMsg()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_listener_test.cpp299 int32_t ret = TransProxyGetAppInfo(sessionName, peerNetworkId, appInfo);