Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_test.cpp459 ret = OpenNewAuthConn(appInfo, conn, newChannelId, type);
H A Dtrans_tcp_direct_p2p_mock_test.cpp723 int32_t ret = OpenNewAuthConn(appInfo, conn, newChannelId, type);
728 ret = OpenNewAuthConn(appInfo, conn, newChannelId, type);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c853 static int32_t OpenNewAuthConn(const AppInfo *appInfo, SessionConn *conn, in OpenNewAuthConn() function
921 ret = OpenNewAuthConn(appInfo, conn, newChannelId, type); in StartVerifyP2pInfo()