Searched refs:VerifyP2p (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_p2p_test.cpp | 285 int32_t ret = VerifyP2p(authHandle, nullptr, nullptr, 0, seq); 289 ret = VerifyP2p(authHandle, g_ip, nullptr, port, seq);
|
H A D | trans_tcp_direct_p2p_mock_test.cpp | 289 int32_t ret = VerifyP2p(authHandle, IP, IP, port, seq); 293 ret = VerifyP2p(authHandle, IP, IP, port, seq); 301 ret = VerifyP2p(authHandle, IP, IP, port, seq);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_p2p.c | 387 static int32_t VerifyP2p(AuthHandle authHandle, const char *myIp, const char *peerIp, int32_t myPor… in VerifyP2p() function 442 if (VerifyP2p(authHandle, myDataAddr, peerDataAddr, myDataPort, reqNum) != SOFTBUS_OK) { in OnAuthConnOpened()
|