Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DPowerSupplyStore.js6 powerSupplies: [], property in PowerSupplyStore.state
9 powerSupplies: (state) => state.powerSupplies,
13 state.powerSupplies = data.map((powerSupply) => {
/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp41 std::vector<std::unique_ptr<PowerSupply>> powerSupplies; variable
106 for (auto& psu : powerSupplies) in ColdRedundancy()
164 powerSupplies.clear(); in createPSU()
227 for (auto& psu : powerSupplies) in createPSU()
240 powerSupplies.emplace_back( in createPSU()
248 for (auto& psu : powerSupplies) in createPSU()
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTablePowerSupplies.vue2 <page-section :section-title="$t('pageInventory.powerSupplies')">
13 :total-number-of-cells="powerSupplies.length"
24 :items="powerSupplies"
190 : this.powerSupplies.length;
192 powerSupplies() {
193 return this.$store.getters['powerSupply/powerSupplies'];
H A DInventory.vue127 linkText: this.$t('pageInventory.powerSupplies'),