Searched refs:lastVerifyTime (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_lane_test.cpp | 288 auth->lastVerifyTime = 1; in HWTEST_F() 418 auth->lastVerifyTime = 1; in HWTEST_F() 464 auth->lastVerifyTime = 1; in HWTEST_F() 511 auth->lastVerifyTime = 1; in HWTEST_F() 554 auth->lastVerifyTime = 1; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_manager.h | 47 uint64_t lastVerifyTime; member
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_manager.c | 517 if (auth[i] != NULL && auth[i]->lastVerifyTime > latestVerifyTime && auth[i]->hasAuthPassed[connInfo->type]) { in GetLatestIdByConnInfo() 519 latestVerifyTime = auth[i]->lastVerifyTime; in GetLatestIdByConnInfo() 524 "latest auth manager found. num=%{public}d, latestAuthId=%{public}" PRId64 ", lastVerifyTime=%{public}" PRIu64, in GetLatestIdByConnInfo() 588 if (auth[i]->lastVerifyTime > maxVerifyTime) { in GetActiveAuthIdByConnInfo() 677 auth->lastVerifyTime = GetCurrentTimeMs(); in GetDeviceAuthManager() 779 "authId=%{public}" PRId64 ", authSeq=%{public}" PRId64 ", index=%{public}d, lastVerifyTime=%{public}" PRId64, in AuthManagerSetSessionKey() 780 auth->authId, authSeq, TO_INT32(sessionKeyIndex), auth->lastVerifyTime); in AuthManagerSetSessionKey() 1800 authVerifyTime[0] = authClient->lastVerifyTime; in AuthGetLatestAuthSeqListByType() 1804 authVerifyTime[1] = authServer->lastVerifyTime; in AuthGetLatestAuthSeqListByType() 1835 } else if (authClient->lastVerifyTime > in AuthGetLatestAuthSeqList() [all...] |
H A D | auth_device.c | 526 ", lastVerifyTime=%{public}" PRId64, in AuthDirectOnlineCreateAuthManager() 527 isNewCreated, auth->authId, authSeq, auth->lastVerifyTime); in AuthDirectOnlineCreateAuthManager()
|
Completed in 7 milliseconds