Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_wifi.c94 static int32_t CopyAppInfoFastTransData(SessionConn *conn, const AppInfo *appInfo) in CopyAppInfoFastTransData() function
141 int32_t ret = CopyAppInfoFastTransData(newConn, appInfo); in OpenTcpDirectChannel()
H A Dtrans_tcp_direct_p2p.c958 static int32_t CopyAppInfoFastTransData(SessionConn *conn, const AppInfo *appInfo) in CopyAppInfoFastTransData() function
998 ret = CopyAppInfoFastTransData(*conn, appInfo); in BuildSessionConn()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_static_test.cpp270 int32_t ret = CopyAppInfoFastTransData(newChannel, &appInfo);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_mock_test.cpp846 int32_t ret = CopyAppInfoFastTransData(conn, appInfo);
849 ret = CopyAppInfoFastTransData(conn, appInfo);
852 ret = CopyAppInfoFastTransData(conn, appInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c269 static int32_t CopyAppInfoFastTransData(UdpChannelInfo *newChannel, const AppInfo *appInfo) in CopyAppInfoFastTransData() function
300 if (CopyAppInfoFastTransData(newChannel, info) != SOFTBUS_OK) { in NewUdpChannelByAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c1467 static int32_t CopyAppInfoFastTransData(ProxyChannelInfo *chan, const AppInfo *appInfo) in CopyAppInfoFastTransData() function
1503 ret = CopyAppInfoFastTransData(chan, appInfo); in TransProxyCreateChanInfo()