Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/
H A DPowerRestorePolicy.vue46 return this.$store.getters['powerPolicy/powerRestorePolicies'];
50 return this.$store.getters['powerPolicy/powerRestoreCurrentPolicy'];
64 this.$store.dispatch('powerPolicy/getPowerRestorePolicies'),
65 this.$store.dispatch('powerPolicy/getPowerRestoreCurrentPolicy'),
81 'powerPolicy/setPowerRestorePolicy',
/openbmc/phosphor-state-manager/
H A Ddiscover_system_state.cpp126 auto powerPolicy = std::get<std::string>(result); in main() local
129 RestorePolicy::convertPolicyFromString(powerPolicy)) in main()
136 powerPolicy = std::get<std::string>(result); in main()
168 "POWER_POLICY", powerPolicy); in main()
171 RestorePolicy::convertPolicyFromString(powerPolicy)) in main()
197 RestorePolicy::convertPolicyFromString(powerPolicy)) in main()
215 RestorePolicy::convertPolicyFromString(powerPolicy)) in main()
/openbmc/webui-vue/src/store/modules/Settings/
H A DPowerPolicyStore.js53 async setPowerRestorePolicy({ dispatch }, powerPolicy) { argument
54 const data = { PowerRestorePolicy: powerPolicy };
/openbmc/webui-vue/src/store/
H A Dindex.js54 powerPolicy: PowerPolicyStore, property in AnonymousClassb4283c500101.modules