Home
last modified time | relevance | path

Searched refs:GetDeviceAuthManager (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp257 EXPECT_TRUE(GetDeviceAuthManager(AUTH_SEQ_4, &info, &isNewCreated, AUTH_SEQ_4) != nullptr);
259 AuthManager *auth = GetDeviceAuthManager(AUTH_SEQ_4, &info, &isNewCreated, AUTH_SEQ_4);
285 EXPECT_TRUE(GetDeviceAuthManager(AUTH_SEQ_5, &info, &isNewCreated, AUTH_SEQ_5) != nullptr);
287 AuthManager *auth = GetDeviceAuthManager(AUTH_SEQ_5, &info, &isNewCreated, AUTH_SEQ_5);
320 EXPECT_TRUE(GetDeviceAuthManager(AUTH_SEQ_1, &info, &isNewCreated, AUTH_SEQ_1) != nullptr);
329 AuthManager *auth = GetDeviceAuthManager(AUTH_SEQ_1, &info, &isNewCreated, AUTH_SEQ_1);
332 EXPECT_TRUE(GetDeviceAuthManager(AUTH_SEQ_1, &info, &isNewCreated, AUTH_SEQ_1) != nullptr);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_manager.h112 AuthManager *GetDeviceAuthManager(int64_t authSeq, const AuthSessionInfo *info, bool *isNewCreated,
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c517 AuthManager *auth = GetDeviceAuthManager(authSeq, info, &isNewCreated, authSeq); in AuthDirectOnlineCreateAuthManager()
H A Dauth_manager.c636 AuthManager *GetDeviceAuthManager(int64_t authSeq, const AuthSessionInfo *info, bool *isNewCreated, in GetDeviceAuthManager() function
753 AuthManager *auth = GetDeviceAuthManager(authSeq, info, &isNewCreated, sessionKeyIndex); in AuthManagerSetSessionKey()