Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp334 const bool* fullLoad = std::get_if<bool>(&(propIt->second)); in populateSysProperties() local
335 if (fullLoad != nullptr) in populateSysProperties()
337 sys.powerConfigFullLoad = *fullLoad; in populateSysProperties()