Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device.h42 int32_t AuthDeviceGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp676 * @tc.desc: AuthDeviceGetConnInfo test
684 EXPECT_TRUE(AuthDeviceGetConnInfo(authHandle, &connInfo) == SOFTBUS_OK); in HWTEST_F()
685 EXPECT_TRUE(AuthDeviceGetConnInfo(authHandle, nullptr) == SOFTBUS_INVALID_PARAM); in HWTEST_F()
687 EXPECT_TRUE(AuthDeviceGetConnInfo(authHandle, &connInfo) == SOFTBUS_AUTH_NOT_FOUND); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c259 int32_t AuthDeviceGetConnInfo(AuthHandle authHandle, AuthConnInfo *connInfo) in AuthDeviceGetConnInfo() function
H A Dauth_interface.c575 return AuthDeviceGetConnInfo(authHandle, connInfo); in AuthGetConnInfo()

Completed in 5 milliseconds