Searched refs:clockId (Results 1 – 5 of 5) sorted by relevance
16 constexpr auto clockId = sdeventplus::ClockId::RealTime; variable17 using Clock = sdeventplus::Clock<clockId>;18 using Time = sdeventplus::source::Time<clockId>;
22 constexpr auto clockId = ClockId::RealTime; variable23 using Timer = sdeventplus::utility::Timer<clockId>;
24 constexpr auto clockId = ClockId::RealTime; variable25 using Timer = sdeventplus::utility::Timer<clockId>;
29 constexpr auto clockId = sdeventplus::ClockId::RealTime; variable30 using Clock = Clock<clockId>;31 using Timer = Time<clockId>;
30 constexpr auto clockId = sdeventplus::ClockId::RealTime; variable31 using Clock = sdeventplus::Clock<clockId>;32 using Timer = Time<clockId>;