Home
last modified time | relevance | path

Searched full:powermatch (Results 1 – 6 of 6) sorted by relevance

/openbmc/s2600wf-misc/hsbp-manager/include/
H A Dutils.hpp120 static std::unique_ptr<sdbusplus::bus::match_t> powerMatch = nullptr; variable
125 if (!powerMatch) in isPowerOn()
137 if (powerMatch) in setupPowerMatch()
142 powerMatch = std::make_unique<sdbusplus::bus::match_t>( in setupPowerMatch()
/openbmc/s2600wf-misc/subprojects/hsbp-manager/include/
H A Dutils.hpp120 static std::unique_ptr<sdbusplus::bus::match_t> powerMatch = nullptr; variable
125 if (!powerMatch) in isPowerOn()
137 if (powerMatch) in setupPowerMatch()
142 powerMatch = std::make_unique<sdbusplus::bus::match_t>( in setupPowerMatch()
/openbmc/entity-manager/src/entity_manager/
H A Dpower_status_monitor.hpp21 sdbusplus::bus::match_t powerMatch; member in power::PowerStatusMonitor
H A Dpower_status_monitor.cpp23 powerMatch(static_cast<sdbusplus::bus_t&>(conn), in PowerStatusMonitor()
/openbmc/dbus-sensors/src/
H A DUtils.cpp64 static std::unique_ptr<sdbusplus::bus::match_t> powerMatch = nullptr; variable
309 if (!powerMatch) in isPowerOn()
463 if (powerMatch) in setupPowerMatchCallback()
468 powerMatch = std::make_unique<sdbusplus::bus::match_t>( in setupPowerMatchCallback()
/openbmc/entity-manager/src/fru_device/
H A Dfru_device.cpp1425 sdbusplus::bus::match_t powerMatch = sdbusplus::bus::match_t( in main() local