Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/metrics/
Dutils.h32 std::string GenerateSessionId(uint64_t now);
Dutils.cc52 std::string GenerateSessionId(uint64_t now_ms) { in GenerateSessionId() function
Devents.cc53 cfEvent->set_session_id(metrics::GenerateSessionId(now_ms)); in BuildCfLogEvent()