Searched refs:powerControl (Results 1 – 6 of 6) sorted by relevance
43 const powerControl = response.data.PowerControl;44 if (!powerControl || powerControl.length === 0) return;46 const powerCap = powerControl[0].PowerLimit.LimitInWatts;48 const powerConsumption = powerControl[0].PowerConsumedWatts || null;
118 powerConsumptionValue: 'powerControl/powerConsumptionValue',139 this.$store.dispatch('powerControl/setPowerCapUpdatedValue', newValue);144 return this.$store.getters['powerControl/powerCapValue'];148 this.$store.dispatch('powerControl/setPowerCapUpdatedValue', value);155 .dispatch('powerControl/getPowerControl')172 .dispatch('powerControl/setPowerControl', this.powerCapValue)
135 nlohmann::json::object_t powerControl; in afterPowerCapSettingGet() local136 powerControl["@odata.type"] = "#Power.v1_0_0.PowerControl"; in afterPowerCapSettingGet()137 powerControl["@odata.id"] = in afterPowerCapSettingGet()140 powerControl["Name"] = "Chassis Power Control"; in afterPowerCapSettingGet()141 powerControl["MemberId"] = "0"; in afterPowerCapSettingGet()142 tempArray.emplace_back(std::move(powerControl)); in afterPowerCapSettingGet()
44 powerCapValue: 'powerControl/powerCapValue',45 powerConsumptionValue: 'powerControl/powerConsumptionValue',49 this.$store.dispatch('powerControl/getPowerControl').finally(() => {
64 powerControl = 'W', enumerator
53 powerControl: PowerControlStore, property in AnonymousClassb4283c500101.modules