Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c513 uint64_t latestVerifyTime = 0; in GetLatestIdByConnInfo() local
515 …if (auth[i] != NULL && auth[i]->lastVerifyTime > latestVerifyTime && auth[i]->hasAuthPassed[connIn… in GetLatestIdByConnInfo()
517 latestVerifyTime = auth[i]->lastVerifyTime; in GetLatestIdByConnInfo()
523 num, latestAuthId, latestVerifyTime); in GetLatestIdByConnInfo()
1946 uint64_t latestVerifyTime = 0; in AuthDeviceGetLatestIdByUuid() local
1952 if (tmpTime > latestVerifyTime) { in AuthDeviceGetLatestIdByUuid()
1954 latestVerifyTime = tmpTime; in AuthDeviceGetLatestIdByUuid()
1963 authHandle->authId, latestVerifyTime, anonyUuid, authHandle->type); in AuthDeviceGetLatestIdByUuid()