Home
last modified time | relevance | path

Searched refs:ClockId (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp14 template <ClockId Id>
35 template <ClockId Id>
41 template <ClockId Id>
47 template <ClockId Id>
53 template <ClockId Id>
59 template <ClockId Id>
65 template <ClockId Id>
71 template <ClockId Id>
77 template <ClockId Id>
83 template <ClockId Id>
[all …]
H A Dtimer.hpp19 template <ClockId Id>
34 template <ClockId Id>
207 template <ClockId Id>
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dtime.cpp16 template <ClockId Id>
25 template <ClockId Id>
30 template <ClockId Id>
36 template <ClockId Id>
46 template <ClockId Id>
55 template <ClockId Id>
65 template <ClockId Id>
73 template <ClockId Id>
79 template <ClockId Id>
85 template <ClockId Id>
[all …]
H A Dtime.hpp19 template <ClockId Id>
27 template <ClockId Id>
134 template <ClockId Id>
/openbmc/sdeventplus/src/sdeventplus/
H A Dclock.cpp11 template <ClockId Id>
15 template <ClockId Id>
19 template <ClockId Id>
29 template class Clock<ClockId::RealTime>;
30 template class Clock<ClockId::Monotonic>;
31 template class Clock<ClockId::BootTime>;
32 template class Clock<ClockId::RealTimeAlarm>;
33 template class Clock<ClockId::BootTimeAlarm>;
H A Dclock.hpp16 enum class ClockId : clockid_t enum
29 template <ClockId Id>
39 static constexpr bool is_steady = Id == ClockId::Monotonic;
/openbmc/openpower-occ-control/
H A Docc_manager.hpp82 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>( in Manager()
106 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>( in Manager()
110 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>( in Manager()
116 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>( in Manager()
251 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>
329 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>
342 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>
352 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>
H A Docc_status.hpp134 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>( in Status()
137 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>( in Status()
349 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>
360 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>
H A Dpldm.hpp81 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>( in Interface()
247 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> pldmRspTimer;
/openbmc/sdeventplus/test/
H A Dclock.cpp37 Clock<ClockId::RealTime> clock(event); in TEST_F()
40 EXPECT_EQ(Clock<ClockId::RealTime>::time_point(std::chrono::seconds{2}), in TEST_F()
52 Clock<ClockId::Monotonic> clock(std::move(event)); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.hpp323 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _retryTimer;
329 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _hostFullTimer;
335 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _hostUpTimer;
/openbmc/openpower-proc-control/extensions/phal/
H A Dclock_logger.hpp28 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>;
88 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> timer;
/openbmc/sdeventplus/example/
H A Dheartbeat_timer.cpp18 using sdeventplus::ClockId;
22 constexpr auto clockId = ClockId::RealTime;
H A Ddelayed_echo.cpp20 using sdeventplus::ClockId;
24 constexpr auto clockId = ClockId::RealTime;
/openbmc/sdeventplus/test/source/
H A Dtime.cpp62 constexpr ClockId id = ClockId::RealTime; in TEST_F()
114 constexpr ClockId id = ClockId::Monotonic; in TEST_F()
132 static constexpr ClockId id = ClockId::BootTime;
/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_action.hpp233 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _timer;
325 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _timer;
472 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>
478 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _meltdownTimer;
H A Dtach_sensor.hpp529 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _timer;
556 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>
570 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>
H A Dfan.hpp304 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _monitorTimer;
347 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_control.hpp165 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> pgoodWaitTimer;
200 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> timer;
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.hpp141 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> presentTimer;
170 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> powerOnTimer;
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.hpp141 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> presentTimer;
170 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> powerOnTimer;
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.hpp157 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>
165 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>>
/openbmc/phosphor-power/
H A Ddevice_monitor.hpp77 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> timer;
/openbmc/witherspoon-pfault-analysis/
H A Ddevice_monitor.hpp77 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> timer;
/openbmc/phosphor-fan-presence/presence/
H A Derror_reporter.hpp120 sdeventplus::ClockId::Monotonic>>,

123