Searched refs:AuthManagerGetSessionKey (Results 1 – 7 of 7) sorted by relevance
| /foundation/communication/dsoftbus/core/authentication/include/ |
| D | auth_manager.h | 57 int32_t AuthManagerGetSessionKey(int64_t authSeq, const AuthSessionInfo *info, SessionKey *sessionK…
|
| /foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
| D | auth_manager_test.cpp | 279 …EXPECT_TRUE(AuthManagerGetSessionKey(AUTH_SEQ_1, &info, &tmpKey) == SOFTBUS_AUTH_GET_SESSION_KEY_F… 284 EXPECT_TRUE(AuthManagerGetSessionKey(AUTH_SEQ_1, &info, &tmpKey) == SOFTBUS_OK);
|
| D | auth_other_test.cpp | 865 ret = AuthManagerGetSessionKey(authSeq, info, sessionKey);
|
| D | auth_test.cpp | 718 int32_t ret = AuthManagerGetSessionKey(authSeq, &info, &sessionKey);
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| D | auth_session_fsm.c | 379 if (AuthManagerGetSessionKey(authFsm->authSeq, &authFsm->info, &sessionKey) != SOFTBUS_OK) { in SaveDeviceKey()
|
| D | auth_manager.c | 603 int32_t AuthManagerGetSessionKey(int64_t authSeq, const AuthSessionInfo *info, SessionKey *sessionK… in AuthManagerGetSessionKey() function
|
| D | auth_session_message.c | 1630 if (AuthManagerGetSessionKey(authSeq, info, &sessionKey) != SOFTBUS_OK) { in GetSessionKeyList()
|