Home
last modified time | relevance | path

Searched refs:timeSource (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp19 timeSource(event, in Timer()
31 timeSource.set_callback(std::move(cb)); in Timer()
38 timeSource(other.timeSource, sdeventplus::internal::NoOwn()) in Timer()
50 return timeSource.get_event(); in get_event()
56 return timeSource.get_floating(); in get_floating()
62 return timeSource.set_floating(b); in set_floating()
74 return timeSource.get_enabled() != source::Enabled::Off; in isEnabled()
91 auto end = timeSource.get_time(); in getRemaining()
107 timeSource.set_enabled( in setEnabled()
114 timeSource.set_time(userdata->clock.now() + remaining); in setRemaining()
[all …]
H A Dtimer.hpp194 source::Time<Id> timeSource; member in sdeventplus::utility::Timer