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
104 for (auto& psu : powerSupplies) in ColdRedundancy()
162 powerSupplies.clear(); in createPSU()
228 for (auto& psu : powerSupplies) in createPSU()
241 powerSupplies.emplace_back( in createPSU()
250 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"
205 : this.powerSupplies.length;
207 powerSupplies() {
208 return this.$store.getters['powerSupply/powerSupplies'];
H A DInventory.vue130 linkText: i18n.global.t('pageInventory.powerSupplies'),