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;
38 powerCapValue: 'powerControl/powerCapValue',39 powerConsumptionValue: 'powerControl/powerConsumptionValue',43 this.$store.dispatch('powerControl/getPowerControl').finally(() => {
117 powerConsumptionValue: 'powerControl/powerConsumptionValue',138 this.$store.dispatch('powerControl/setPowerCapUpdatedValue', newValue);143 return this.$store.getters['powerControl/powerCapValue'];147 this.$store.dispatch('powerControl/setPowerCapUpdatedValue', value);154 .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