Home
last modified time | relevance | path

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

/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dpgood_monitor.cpp31 constexpr auto POWER_OBJ_PATH = "/org/openbmc/control/power0"; variable
43 auto service = util::getService(POWER_OBJ_PATH, POWER_INTERFACE, bus); in pgoodPending()
45 util::getProperty<int32_t>(POWER_INTERFACE, "pgood", POWER_OBJ_PATH, in pgoodPending()
49 util::getProperty<int32_t>(POWER_INTERFACE, "state", POWER_OBJ_PATH, in pgoodPending()
96 sdbusplus::bus::match::rules::propertiesChanged(POWER_OBJ_PATH, in startListening()
/openbmc/phosphor-power/power-sequencer/
H A Dpgood_monitor.cpp31 constexpr auto POWER_OBJ_PATH = "/org/openbmc/control/power0"; variable
42 auto service = util::getService(POWER_OBJ_PATH, POWER_INTERFACE, bus); in pgoodPending()
44 util::getProperty<int32_t>(POWER_INTERFACE, "pgood", POWER_OBJ_PATH, in pgoodPending()
48 util::getProperty<int32_t>(POWER_INTERFACE, "state", POWER_OBJ_PATH, in pgoodPending()
95 sdbusplus::bus::match::rules::propertiesChanged(POWER_OBJ_PATH, in startListening()
/openbmc/phosphor-power/
H A Dutility.cpp189 auto service = util::getService(POWER_OBJ_PATH, POWER_IFACE, bus); in isPoweredOn()
190 getProperty<int32_t>(POWER_IFACE, "state", POWER_OBJ_PATH, service, bus, in isPoweredOn()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp63 constexpr auto POWER_OBJ_PATH = "/org/openbmc/control/power0"; variable
121 bus, match::rules::propertiesChanged(POWER_OBJ_PATH, POWER_IFACE),
261 auto service = util::getService(POWER_OBJ_PATH, POWER_IFACE, bus); in updatePowerState()
264 util::getProperty<int32_t>(POWER_IFACE, "state", POWER_OBJ_PATH, in updatePowerState()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp81 powerService = util::getService(POWER_OBJ_PATH, POWER_IFACE, bus); in PSUManager()
84 sdbusplus::bus::match::rules::propertiesChanged(POWER_OBJ_PATH, in PSUManager()
97 util::getProperty<int>(POWER_IFACE, "pgood", POWER_OBJ_PATH, in initialize()
101 auto method = bus.new_method_call(powerService.c_str(), POWER_OBJ_PATH, in initialize()
489 powerService.c_str(), POWER_OBJ_PATH, POWER_IFACE, method); in setPowerSupplyError()
H A Dchassis.cpp378 powerService = util::getService(POWER_OBJ_PATH, POWER_IFACE, bus); in initPowerMonitoring()
381 sdbusplus::bus::match::rules::propertiesChanged(POWER_OBJ_PATH, in initPowerMonitoring()
1024 util::getProperty<int>(POWER_IFACE, "pgood", POWER_OBJ_PATH, in initialize()
1028 auto method = bus.new_method_call(powerService.c_str(), POWER_OBJ_PATH, in initialize()
1079 powerService.c_str(), POWER_OBJ_PATH, POWER_IFACE, method); in setPowerSupplyError()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_control.cpp46 PowerObject{bus, POWER_OBJ_PATH, PowerObject::action::defer_emit}, bus{bus}, in PowerControl()
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp100 bus, match::rules::propertiesChanged(POWER_OBJ_PATH, POWER_IFACE),