Searched refs:eventLog (Results 1 – 5 of 5) sorted by relevance
44 return this.$store.getters['eventLog/allEvents'];68 this.$store.dispatch('eventLog/getEventLogData').finally(() => {
437 return this.$store.getters['eventLog/allEvents'].map((event) => {479 this.$store.dispatch('eventLog/getEventLogData').finally(() => {489 .dispatch('eventLog/downloadEntry', uri)501 .dispatch('eventLog/updateEventLogStatus', {523 .dispatch('eventLog/deleteAllEventLogs', this.allLogs)530 .dispatch('eventLog/deleteEventLogs', uris)543 return this.$store.getters['eventLog/allEvents'].map((eventLogs) => {580 .dispatch('eventLog/deleteAllEventLogs', this.selectedRows.length)620 .dispatch('eventLog/resolveEventLogs', this.selectedRows)633 .dispatch('eventLog/unresolveEventLogs', this.selectedRows)
54 eventLog: EventLogStore, property in AnonymousClassb4283c500101.modules
168 return this.$store.getters['eventLog/healthStatus'];232 this.$store.dispatch('eventLog/getEventLogData');
906 nlohmann::json::object_t eventLog; in handleSystemsLogServiceCollectionGet() local907 eventLog["@odata.id"] = in handleSystemsLogServiceCollectionGet()910 logServiceArray.emplace_back(std::move(eventLog)); in handleSystemsLogServiceCollectionGet()1014 nlohmann::json::object_t eventLog; in handleManagersLogServicesCollectionGet() local1015 eventLog["@odata.id"] = in handleManagersLogServicesCollectionGet()1018 logServiceArray.emplace_back(std::move(eventLog)); in handleManagersLogServicesCollectionGet()