Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/metrics/
Dutils.cc53 uint64_t now_day = now_ms / 1000 / 60 / 60 / 24; in GenerateSessionId() local
54 return Hashing(GetMacAddress() + std::to_string(now_day)); in GenerateSessionId()