Searched refs:pollInterval (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-buttons/inc/ |
H A D | host_then_chassis_poweroff.hpp | 55 pollInterval) in HostThenChassisPowerOff() 153 static constexpr std::chrono::milliseconds pollInterval{1000}; member in phosphor::button::HostThenChassisPowerOff
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | main.cpp | 137 auto pollInterval = std::chrono::milliseconds(1000); in main() local 138 return DeviceMonitor(std::move(psuDevice), event, pollInterval).run(); in main()
|
/openbmc/phosphor-power/power-supply/ |
H A D | main.cpp | 139 auto pollInterval = std::chrono::milliseconds(1000); in main() local 140 return DeviceMonitor(std::move(psuDevice), event, pollInterval).run(); in main()
|
/openbmc/openpower-occ-control/ |
H A D | occ_manager.hpp | 80 event(event), pollInterval(defaultPollingInterval), in Manager() 227 uint8_t pollInterval; member
|
H A D | occ_manager.cpp | 514 "TIME", pollInterval); in statusCallBack() 931 _pollTimer->restartOnce(std::chrono::seconds(pollInterval)); in pollerTimerExpired()
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | power_control.hpp | 170 static constexpr std::chrono::milliseconds pollInterval{3000}; member in phosphor::power::sequencer::PowerControl
|
H A D | power_control.cpp | 52 timer{event, std::bind(&PowerControl::pollPgood, this), pollInterval}
|
/openbmc/phosphor-buttons/src/ |
H A D | host_then_chassis_poweroff.cpp | 74 timer.restart(pollInterval); in pressed()
|