Searched refs:getMilliseconds (Results 1 – 3 of 3) sorted by relevance
30 if (millis.getMilliseconds() > SNS_SMGR_SAMPLING_RATE_INVERSION_POINT_V01) { in intervalToSmgrSamplingRate()31 return millis.getMilliseconds(); in intervalToSmgrSamplingRate()
77 constexpr uint64_t getMilliseconds() const;
40 constexpr uint64_t Milliseconds::getMilliseconds() const { in getMilliseconds() function