Searched refs:latestVerifyTime (Results 1 – 1 of 1) sorted by relevance
513 uint64_t latestVerifyTime = 0; in GetLatestIdByConnInfo() local515 …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() local1952 if (tmpTime > latestVerifyTime) { in AuthDeviceGetLatestIdByUuid()1954 latestVerifyTime = tmpTime; in AuthDeviceGetLatestIdByUuid()1963 authHandle->authId, latestVerifyTime, anonyUuid, authHandle->type); in AuthDeviceGetLatestIdByUuid()