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.vue56 return this.$store.getters['powerPolicy/powerRestorePolicies'];
60 return this.$store.getters['powerPolicy/powerRestoreCurrentPolicy'];
74 this.$store.dispatch('powerPolicy/getPowerRestorePolicies'),
75 this.$store.dispatch('powerPolicy/getPowerRestoreCurrentPolicy'),
93 'powerPolicy/setPowerRestorePolicy',
/openbmc/phosphor-state-manager/
H A Ddiscover_system_state.cpp128 auto powerPolicy = std::get<std::string>(result); in main() local
131 RestorePolicy::convertPolicyFromString(powerPolicy)) in main()
138 powerPolicy = std::get<std::string>(result); in main()
170 "POWER_POLICY", powerPolicy); in main()
173 RestorePolicy::convertPolicyFromString(powerPolicy)) in main()
199 RestorePolicy::convertPolicyFromString(powerPolicy)) in main()
218 RestorePolicy::convertPolicyFromString(powerPolicy)) in main()
/openbmc/webui-vue/src/store/modules/Settings/
H A DPowerPolicyStore.js62 async setPowerRestorePolicy({ dispatch }, powerPolicy) { argument
63 const data = { PowerRestorePolicy: powerPolicy };
/openbmc/webui-vue/src/store/
H A Dindex.js54 powerPolicy: PowerPolicyStore, property in AnonymousClassb4283c500101.modules