Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/libeic/
DEicPresentation.c390 ctx->authTokenTimestamp = timeStamp; in eicPresentationSetAuthToken()
419 if (ctx->authTokenTimestamp > now) { in checkUserAuth()
425 if (now > ctx->authTokenTimestamp + timeoutMillis) { in checkUserAuth()
DEicPresentation.h45 uint64_t authTokenTimestamp; member