Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c515 uint64_t latestVerifyTime = 0; in GetLatestIdByConnInfo() local
517 if (auth[i] != NULL && auth[i]->lastVerifyTime > latestVerifyTime && auth[i]->hasAuthPassed[connInfo->type]) { in GetLatestIdByConnInfo()
519 latestVerifyTime = auth[i]->lastVerifyTime; in GetLatestIdByConnInfo()
525 num, latestAuthId, latestVerifyTime); in GetLatestIdByConnInfo()
1949 uint64_t latestVerifyTime = 0; in AuthDeviceGetLatestIdByUuid() local
1955 if (tmpTime > latestVerifyTime) { in AuthDeviceGetLatestIdByUuid()
1957 latestVerifyTime = tmpTime; in AuthDeviceGetLatestIdByUuid()
1966 authHandle->authId, latestVerifyTime, AnonymizeWrapper(anonyUuid), authHandle->type); in AuthDeviceGetLatestIdByUuid()

Completed in 4 milliseconds