Home
last modified time | relevance | path

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

/openbmc/s2600wf-misc/hsbp-manager/include/
H A Dutils.hpp119 static std::unique_ptr<sdbusplus::bus::match_t> powerMatch = nullptr; variable
124 if (!powerMatch) in isPowerOn()
136 if (powerMatch) in setupPowerMatch()
141 powerMatch = std::make_unique<sdbusplus::bus::match_t>( in setupPowerMatch()
/openbmc/entity-manager/src/
H A Dutils.cpp48 static std::unique_ptr<sdbusplus::bus::match_t> powerMatch = nullptr; variable
146 if (!powerMatch) in isPowerOn()
155 powerMatch = std::make_unique<sdbusplus::bus::match_t>( in setupPowerMatch()
H A Dfru_device.cpp1459 sdbusplus::bus::match_t powerMatch = sdbusplus::bus::match_t( in main() local
/openbmc/dbus-sensors/src/
H A DUtils.cpp64 static std::unique_ptr<sdbusplus::bus::match_t> powerMatch = nullptr; variable
307 if (!powerMatch) in isPowerOn()
460 if (powerMatch) in setupPowerMatchCallback()
465 powerMatch = std::make_unique<sdbusplus::bus::match_t>( in setupPowerMatchCallback()