Home
last modified time | relevance | path

Searched refs:onTimeChange (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-time-manager/
H A Dbmc_epoch.cpp69 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 Dbmc_epoch.hpp96 static int onTimeChange(sd_event_source* es, int fd, uint32_t revents,
/openbmc/phosphor-state-manager/
H A Dscheduled_host_transition.cpp171 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 Dscheduled_host_transition.hpp104 static int onTimeChange(sd_event_source* es, int fd, uint32_t revents,