Searched refs:powerControl (Results 1 – 6 of 6) sorted by relevance
47 const powerControl = response?.data?.PowerControl;48 if (!powerControl || powerControl.length === 0) return;50 const powerCap = powerControl[0].PowerLimit.LimitInWatts;52 const powerConsumption = powerControl[0].PowerConsumedWatts || null;
44 powerCapValue: 'powerControl/powerCapValue',45 powerConsumptionValue: 'powerControl/powerConsumptionValue',49 this.$store.dispatch('powerControl/getPowerControl').finally(() => {
119 powerConsumptionValue: 'powerControl/powerConsumptionValue',140 this.$store.dispatch('powerControl/setPowerCapUpdatedValue', newValue);145 return this.$store.getters['powerControl/powerCapValue'];149 this.$store.dispatch('powerControl/setPowerCapUpdatedValue', value);156 .dispatch('powerControl/getPowerControl')173 .dispatch('powerControl/setPowerControl', this.powerCapValue)
134 nlohmann::json::object_t powerControl; in afterPowerCapSettingGet() local135 powerControl["@odata.type"] = "#Power.v1_0_0.PowerControl"; in afterPowerCapSettingGet()136 powerControl["@odata.id"] = in afterPowerCapSettingGet()139 powerControl["Name"] = "Chassis Power Control"; in afterPowerCapSettingGet()140 powerControl["MemberId"] = "0"; in afterPowerCapSettingGet()141 tempArray.emplace_back(std::move(powerControl)); in afterPowerCapSettingGet()
64 powerControl = 'W', enumerator
50 powerControl: PowerControlStore, property in AnonymousClassb4283c500101.modules