Searched refs:PowerControl (Results 1 – 12 of 12) 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 | 44 PowerControl::PowerControl(sdbusplus::bus_t& bus, in PowerControl() function in phosphor::power::sequencer::PowerControl 48 pgoodWaitTimer{event, std::bind(&PowerControl::onFailureCallback, this)}, 50 timer{event, std::bind(&PowerControl::pollPgood, this), pollInterval} 65 int PowerControl::getPgood() const in getPgood() 70 int PowerControl::getPgoodTimeout() const in getPgoodTimeout() 75 int PowerControl::getState() const in getState() 80 void PowerControl::onFailureCallback() in onFailureCallback() 94 void PowerControl::onFailure(bool wasTimeOut) in onFailure() 127 std::string PowerControl::findPgoodFault( in findPgoodFault() 163 void PowerControl::pollPgood() in pollPgood() [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 | 47 const powerControl = response?.data?.PowerControl; 63 PowerControl: [{ PowerLimit: { LimitInWatts: powerCapValue } }], property in PowerControlStore.actions.setPowerControl.data
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_power_control_metrics.robot | 24 PowerControl ${REDFISH_CHASSIS_POWER_URI} PowerConsumedWatts 34 # record_type The sensor record type (e.g. "PowerControl")
|
| H A D | test_power_operations.robot | 102 ${power_uri_list}= redfish_utils.Get Members URI /redfish/v1/Chassis/ PowerControl 111 ${power_control}= redfish_utils.Get Attribute ${idx} PowerControl
|
| /openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
| H A D | Redfish_Usecase_Checkers.robot | 29 ... -p ${OPENBMC_PASSWORD} --test-list PowerControl
|
| /openbmc/phosphor-power/phosphor-power-sequencer/docs/ |
| H A D | internal_design.md | 10 - PowerControl
|
| /openbmc/bmcweb/docs/ |
| H A D | Redfish.md | 276 - PowerControl 393 ### /redfish/v1/Chassis/{ChassisId}/Power#/PowerControl/{ControlName}/ 395 #### PowerControl subsubsection
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_sensor.robot | 376 # "@odata.id": "/redfish/v1/Chassis/chassis/Power#/PowerControl/0", 377 # "@odata.type": "#Power.v1_0_0.PowerControl", 383 ${redfish_reading}= Set Variable ${power['PowerControl'][0]['PowerConsumedWatts']}
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_redfish_utils.robot | 308 # [@odata.id]: /redfish/v1/Chassis/chassis/Power#/PowerControl/0 309 # [@odata.type]: #Power.v1_0_0.PowerControl
|
| /openbmc/docs/designs/ |
| H A D | telemetry.md | 593 "/redfish/v1/Chassis/NC_Baseboard/Power#/PowerControl/0/PowerConsumedWatts"
|