Searched refs:kSecToNano (Results 1 – 1 of 1) sorted by relevance
84 static constexpr uint64_t kSecToNano = 1000000000LL; variable90 uint64_t now_ns = (now.tv_sec * kSecToNano + now.tv_nsec); in GetTimeNanoseconds()391 return value * kSecToNano; in GetPropertyTraceTimeoutNs()