Searched refs:onTimeChange (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-time-manager/ |
H A D | bmc_epoch.cpp | 69 r = sd_event_add_io(bus.get_event(), &es, timeFd, EPOLLIN, onTimeChange, in initialize() 104 int BmcEpoch::onTimeChange(sd_event_source* /* es */, int fd, in onTimeChange() function in phosphor::time::BmcEpoch
|
H A D | bmc_epoch.hpp | 96 static int onTimeChange(sd_event_source* es, int fd, uint32_t revents,
|
/openbmc/phosphor-state-manager/ |
H A D | scheduled_host_transition.cpp | 171 r = sd_event_add_io(event.get(), &es, timeFd, EPOLLIN, onTimeChange, this); in initialize() 244 int ScheduledHostTransition::onTimeChange( in onTimeChange() function in phosphor::state::manager::ScheduledHostTransition
|
H A D | scheduled_host_transition.hpp | 104 static int onTimeChange(sd_event_source* es, int fd, uint32_t revents,
|