Searched refs:expirationNs (Results 1 – 2 of 2) sorted by relevance
492 __func__, uid, (long long)info.expirationNs, (long long)now); in getInfo()493 if (info.expirationNs <= now) { in getInfo()594 info.expirationNs = now + (notFound ? 0 : INFO_EXPIRATION_NS); in getInfo()596 __func__, uid, info.package.c_str(), (long long)info.expirationNs); in getInfo()
160 int64_t expirationNs = 0; // after this time in SYSTEM_TIME_REALTIME we refetch. member