Home
last modified time | relevance | path

Searched refs:clockId (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdeventplus/example/
H A Dheartbeat.cpp16 constexpr auto clockId = sdeventplus::ClockId::RealTime; variable
17 using Clock = sdeventplus::Clock<clockId>;
18 using Time = sdeventplus::source::Time<clockId>;
H A Dheartbeat_timer.cpp22 constexpr auto clockId = ClockId::RealTime; variable
23 using Timer = sdeventplus::utility::Timer<clockId>;
H A Ddelayed_echo.cpp24 constexpr auto clockId = ClockId::RealTime; variable
25 using Timer = sdeventplus::utility::Timer<clockId>;
/openbmc/pldm/softoff/
H A Dsoftoff.cpp29 constexpr auto clockId = sdeventplus::ClockId::RealTime; variable
30 using Clock = Clock<clockId>;
31 using Timer = Time<clockId>;
/openbmc/openpower-occ-control/
H A Dpldm.cpp30 constexpr auto clockId = sdeventplus::ClockId::RealTime; variable
31 using Clock = sdeventplus::Clock<clockId>;
32 using Timer = Time<clockId>;