Searched refs:steadyTimestamp (Results 1 – 9 of 9) sorted by relevance
58 const auto steadyTimestamp = clock->steadyTimestamp(); in getUpdatedReadings() local65 if (const auto value = collectionAlgorithms[i]->update(steadyTimestamp)) in getUpdatedReadings()
401 const auto steadyTimestamp = self.clock->steadyTimestamp(); in timerProcForOnChangeReport() local405 metric->updateReadings(steadyTimestamp); in timerProcForOnChangeReport()
108 timestamp = Clock().steadyTimestamp(); in updateValue()
15 virtual Milliseconds steadyTimestamp() const noexcept = 0;
11 MOCK_METHOD(Milliseconds, steadyTimestamp, (), (const, noexcept, override));
11 Milliseconds steadyTimestamp() const noexcept override in steadyTimestamp() function in Clock
46 Milliseconds steadyTimestamp() const noexcept override in steadyTimestamp() function in ClockFake
349 sut->sensorUpdated(*sensorMocks.front(), clockFake.steadyTimestamp(), in TEST_P()367 sut->sensorUpdated(*sensorMocks.front(), clockFake.steadyTimestamp(), in TEST_P()
55 Milliseconds timestamp = Clock().steadyTimestamp();