Home
last modified time | relevance | path

Searched refs:steadyTimestamp (Results 1 – 9 of 9) sorted by relevance

/openbmc/telemetry/src/
H A Dmetric.cpp58 const auto steadyTimestamp = clock->steadyTimestamp(); in getUpdatedReadings() local
65 if (const auto value = collectionAlgorithms[i]->update(steadyTimestamp)) in getUpdatedReadings()
H A Dreport.cpp401 const auto steadyTimestamp = self.clock->steadyTimestamp(); in timerProcForOnChangeReport() local
405 metric->updateReadings(steadyTimestamp); in timerProcForOnChangeReport()
H A Dsensor.cpp108 timestamp = Clock().steadyTimestamp(); in updateValue()
/openbmc/telemetry/src/interfaces/
H A Dclock.hpp15 virtual Milliseconds steadyTimestamp() const noexcept = 0;
/openbmc/telemetry/tests/src/mocks/
H A Dclock_mock.hpp11 MOCK_METHOD(Milliseconds, steadyTimestamp, (), (const, noexcept, override));
/openbmc/telemetry/src/utils/
H A Dclock.hpp11 Milliseconds steadyTimestamp() const noexcept override in steadyTimestamp() function in Clock
/openbmc/telemetry/tests/src/fakes/
H A Dclock_fake.hpp46 Milliseconds steadyTimestamp() const noexcept override in steadyTimestamp() function in ClockFake
/openbmc/telemetry/tests/src/
H A Dtest_metric.cpp349 sut->sensorUpdated(*sensorMocks.front(), clockFake.steadyTimestamp(), in TEST_P()
367 sut->sensorUpdated(*sensorMocks.front(), clockFake.steadyTimestamp(), in TEST_P()
H A Dtest_sensor.cpp55 Milliseconds timestamp = Clock().steadyTimestamp();