Lines Matching full:commit
32 async getNetworkProtocolStatus({ commit }) { field in PoliciesStore.actions.AnonymousClass7ccaa9510101
38 commit('setSshProtocolEnabled', sshProtocol);
39 commit('setIpmiProtocolEnabled', ipmiProtocol);
43 async getBiosStatus({ commit }) { field in PoliciesStore.actions.AnonymousClass7ccaa9510201
47 commit('setRtadEnabled', response.data.Attributes.pvm_rtad);
48 commit('setVtpmEnabled', response.data.Attributes.pvm_vtpm);
52 async getSessionTimeout({ commit }) { field in PoliciesStore.actions.AnonymousClass7ccaa9510301
57 commit('setSessionTimeoutValue', sessionTimeoutValue);
61 async saveIpmiProtocolState({ commit }, protocolEnabled) { field in PoliciesStore.actions.AnonymousClass7ccaa9510401
62 commit('setIpmiProtocolEnabled', protocolEnabled);
82 commit('setIpmiProtocolEnabled', !protocolEnabled);
94 async saveSshProtocolState({ commit }, protocolEnabled) { field in PoliciesStore.actions.AnonymousClass7ccaa9510501
95 commit('setSshProtocolEnabled', protocolEnabled);
115 commit('setSshProtocolEnabled', !protocolEnabled);
127 async saveRtadState({ commit }, updatedRtad) { field in PoliciesStore.actions.AnonymousClass7ccaa9510601
128 commit('setRtadEnabled', updatedRtad);
155 async saveVtpmState({ commit }, updatedVtpm) { field in PoliciesStore.actions.AnonymousClass7ccaa9510801
156 commit('setVtpmEnabled', updatedVtpm);