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
170 return this.$store.getters['eventLog/healthStatus'];237 this.$store.dispatch('eventLog/getEventLogData');
939 nlohmann::json::object_t eventLog; in handleSystemsLogServiceCollectionGet() local940 eventLog["@odata.id"] = in handleSystemsLogServiceCollectionGet()943 logServiceArray.emplace_back(std::move(eventLog)); in handleSystemsLogServiceCollectionGet()1047 nlohmann::json::object_t eventLog; in handleManagersLogServicesCollectionGet() local1048 eventLog["@odata.id"] = in handleManagersLogServicesCollectionGet()1051 logServiceArray.emplace_back(std::move(eventLog)); in handleManagersLogServicesCollectionGet()