Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp30 constexpr auto presLineName = "NamedPresenceGpio"; variable
207 else if (property.first == presLineName) in getPSUProperties()
210 std::get_if<std::string>(&properties[presLineName]); in getPSUProperties()
H A Dchassis.cpp28 constexpr auto presLineName = "NamedPresenceGpio"; variable
121 else if (property.first == presLineName) in getPSUProperties()
124 std::get_if<std::string>(&properties[presLineName]); in getPSUProperties()