Searched refs:PowerControl (Results 1 – 11 of 11) sorted by relevance
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | power_control.hpp | 34 class PowerControl : public PowerObject class 37 PowerControl() = delete; 38 PowerControl(const PowerControl&) = delete; 39 PowerControl& operator=(const PowerControl&) = delete; 40 PowerControl(PowerControl&&) = delete; 41 PowerControl& operator=(PowerControl&&) = delete; 42 ~PowerControl() = default; 49 PowerControl(sdbusplus::bus_t& bus, const sdeventplus::Event& event);
|
H A D | power_control.cpp | 46 PowerControl::PowerControl(sdbusplus::bus_t& bus, in PowerControl() function in phosphor::power::sequencer::PowerControl 50 pgoodWaitTimer{event, std::bind(&PowerControl::onFailureCallback, this)}, 52 timer{event, std::bind(&PowerControl::pollPgood, this), pollInterval} 58 bus, std::bind_front(&PowerControl::compatibleSystemTypesFound, this)); 61 bus, std::bind_front(&PowerControl::deviceFound, this)); 66 int PowerControl::getPgood() const in getPgood() 71 int PowerControl::getPgoodTimeout() const in getPgoodTimeout() 76 int PowerControl::getState() const in getState() 81 void PowerControl::onFailureCallback() in onFailureCallback() 95 void PowerControl::onFailure(bool wasTimeOut) in onFailure() [all …]
|
H A D | power_control_main.cpp | 28 phosphor::power::sequencer::PowerControl control{bus, event}; in main()
|
/openbmc/webui-vue/src/store/modules/ResourceManagement/ |
H A D | PowerControlStore.js | 43 const powerControl = response.data.PowerControl; 59 PowerControl: [{ PowerLimit: { LimitInWatts: powerCapValue } }], property in PowerControlStore.actions.setPowerControl.data
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_power_control_metrics.robot | 23 PowerControl ${REDFISH_CHASSIS_POWER_URI} PowerConsumedWatts 33 # record_type The sensor record type (e.g. "PowerControl")
|
H A D | test_power_operations.robot | 97 ${power_uri_list}= redfish_utils.Get Members URI /redfish/v1/Chassis/ PowerControl 106 ${power_control}= redfish_utils.Get Attribute ${idx} PowerControl
|
/openbmc/bmcweb/ |
H A D | Redfish.md | 274 - PowerControl 386 ### /redfish/v1/Chassis/{ChassisId}/Power#/PowerControl/{ControlName}/ 388 #### PowerControl subsubsection
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sensor.robot | 366 # "@odata.id": "/redfish/v1/Chassis/chassis/Power#/PowerControl/0", 367 # "@odata.type": "#Power.v1_0_0.PowerControl", 373 ${redfish_reading}= Set Variable ${power['PowerControl'][0]['PowerConsumedWatts']}
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish_utils.robot | 260 # [@odata.id]: /redfish/v1/Chassis/chassis/Power#/PowerControl/0 261 # [@odata.type]: #Power.v1_0_0.PowerControl
|
/openbmc/phosphor-power/phosphor-power-sequencer/docs/ |
H A D | README.md | 125 - PowerControl
|
/openbmc/docs/designs/ |
H A D | telemetry.md | 591 "/redfish/v1/Chassis/NC_Baseboard/Power#/PowerControl/0/PowerConsumedWatts"
|