Searched defs:pollInterval (Results 1 – 5 of 5) sorted by relevance
/openbmc/witherspoon-pfault-analysis/power-supply/ | ||
H A D | main.cpp | 137 auto pollInterval = std::chrono::milliseconds(1000); in main() local |
/openbmc/phosphor-buttons/inc/ | ||
H A D | host_then_chassis_poweroff.hpp | 153 static constexpr std::chrono::milliseconds pollInterval{1000}; member in phosphor::button::HostThenChassisPowerOff |
/openbmc/phosphor-power/power-supply/ | ||
H A D | main.cpp | 139 auto pollInterval = std::chrono::milliseconds(1000); in main() local |
/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 |
/openbmc/openpower-occ-control/ | ||
H A D | occ_manager.hpp | 230 uint8_t pollInterval; global() member |