Home
last modified time | relevance | path

Searched refs:AuthOpenChannelWithAllIp (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp286 * @tc.desc: AuthOpenChannelWithAllIp test
294 int32_t ret = AuthOpenChannelWithAllIp(localIp, remoteIp, 37025); in HWTEST_F()
296 ret = AuthOpenChannelWithAllIp(nullptr, remoteIp, 37025); in HWTEST_F()
298 ret = AuthOpenChannelWithAllIp(localIp, nullptr, 37025); in HWTEST_F()
300 ret = AuthOpenChannelWithAllIp(localIp, remoteIp, 0); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_channel.h43 int32_t AuthOpenChannelWithAllIp(const char *localIp, const char *remoteIp, int32_t port);
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c645 int32_t AuthOpenChannelWithAllIp(const char *localIp, const char *remoteIp, int32_t port) in AuthOpenChannelWithAllIp() function
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c971 *authId = AuthOpenChannelWithAllIp(connInfo->connInfo.rawWifiDirect.localIp, in PrepareAuthChannel()
974 TRANS_LOGE(TRANS_SVC, "AuthOpenChannelWithAllIp failed"); in PrepareAuthChannel()

Completed in 5 milliseconds