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