Lines Matching refs:dispatch
54 .get(`${await this.dispatch('global/getSystemPath')}`)
66 .get(`${await this.dispatch('global/getBmcPath')}`)
78 `${await this.dispatch('global/getBmcPath')}/Actions/Manager.Reset`,
89 async serverPowerOn({ dispatch, commit }) { field in ControlStore.actions.AnonymousClass03369a010301
91 dispatch('serverPowerChange', data);
94 dispatch('getLastPowerOperationTime');
96 async serverSoftReboot({ dispatch, commit }) { field in ControlStore.actions.AnonymousClass03369a010401
98 dispatch('serverPowerChange', data);
101 dispatch('getLastPowerOperationTime');
103 async serverHardReboot({ dispatch, commit }) { field in ControlStore.actions.AnonymousClass03369a010501
105 dispatch('serverPowerChange', data);
108 dispatch('getLastPowerOperationTime');
110 async serverSoftPowerOff({ dispatch, commit }) { field in ControlStore.actions.AnonymousClass03369a010601
112 dispatch('serverPowerChange', data);
115 dispatch('getLastPowerOperationTime');
117 async serverHardPowerOff({ dispatch, commit }) { field in ControlStore.actions.AnonymousClass03369a010701
119 dispatch('serverPowerChange', data);
122 dispatch('getLastPowerOperationTime');
128 `${await this.dispatch('global/getSystemPath')}/Actions/ComputerSystem.Reset`,