Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_lane.h34 int32_t GetAuthConn(const char *uuid, LaneLinkType laneType, AuthConnInfo *connInfo);
H A Dauth_manager.h78 int32_t GetAuthConn(const char *uuid, LaneLinkType laneType, AuthConnInfo *connInfo);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp984 int32_t ret = GetAuthConn(uuid, LANE_BR, nullptr); in HWTEST_F()
987 ret = GetAuthConn(nullptr, LANE_BR, connInfo); in HWTEST_F()
991 ret = GetAuthConn(uuid, LANE_BR, connInfo); in HWTEST_F()
995 ret = GetAuthConn(uuid, LANE_BLE, connInfo); in HWTEST_F()
999 ret = GetAuthConn(uuid, LANE_P2P, connInfo); in HWTEST_F()
1002 ret = GetAuthConn(uuid, LANE_HML, connInfo); in HWTEST_F()
1005 ret = GetAuthConn(uuid, LANE_WLAN_2P4G, connInfo); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c47 int32_t GetAuthConn(const char *uuid, LaneLinkType laneType, AuthConnInfo *connInfo) in GetAuthConn() function
335 if (GetAuthConn(uuid, laneConnInfo->type, &authConnInfo) != SOFTBUS_OK && in AuthOnLaneAllocSuccess()
337 AUTH_LOGE(AUTH_CONN, "GetAuthConn fail"); in AuthOnLaneAllocSuccess()

Completed in 4 milliseconds