Lines Matching refs:dispatch
46 `${await this.dispatch('global/getSystemPath')}/LogServices/EventLog/Entries`,
81 async deleteAllEventLogs({ dispatch }, data) { field in EventLogStore.actions.AnonymousClass724e31d50401
84 … `${await this.dispatch('global/getSystemPath')}/LogServices/EventLog/Actions/LogService.ClearLog`,
86 .then(() => dispatch('getEventLogData'))
97 async deleteEventLogs({ dispatch }, uris = []) { field in EventLogStore.actions.AnonymousClass724e31d50501
107 dispatch('getEventLogData');
135 async resolveEventLogs({ dispatch }, logs) { field in EventLogStore.actions.AnonymousClass724e31d50801
145 dispatch('getEventLogData');
170 async unresolveEventLogs({ dispatch }, logs) { field in EventLogStore.actions.AnonymousClass724e31d50c01
180 dispatch('getEventLogData');
206 async updateEventLogStatus({ dispatch }, log) { field in EventLogStore.actions.AnonymousClass724e31d51001
211 dispatch('getEventLogData');