Searched refs:AuthOpenChannelWithAllIp (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_tcp_connection_test.cpp | 286 * @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 D | auth_channel.h | 43 int32_t AuthOpenChannelWithAllIp(const char *localIp, const char *remoteIp, int32_t port);
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 645 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 D | trans_auth_manager.c | 971 *authId = AuthOpenChannelWithAllIp(connInfo->connInfo.rawWifiDirect.localIp, in PrepareAuthChannel() 974 TRANS_LOGE(TRANS_SVC, "AuthOpenChannelWithAllIp failed"); in PrepareAuthChannel()
|
Completed in 5 milliseconds