Searched defs:aSeconds (Results 1 – 2 of 2) sorted by relevance
87 void Timestamp::SetSeconds(uint64_t aSeconds) in SetSeconds()
233 static uint32_t constexpr SecToMsec(uint32_t aSeconds) { return aSeconds * 1000u; } in SecToMsec()