Home
last modified time | relevance | path

Searched refs:getResponseCount (Results 1 – 6 of 6) sorted by relevance

/openbmc/webui-vue/src/store/modules/Logs/
H A DEventLogStore.js1 import api, { getResponseCount } from '@/store/api';
112 const { successCount, errorCount } = getResponseCount(responses);
150 const { successCount, errorCount } = getResponseCount(responses);
185 const { successCount, errorCount } = getResponseCount(responses);
H A DDumpsStore.js1 import api, { getResponseCount } from '@/store/api';
97 const { successCount, errorCount } = getResponseCount(responses);
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DSessionsStore.js1 import api, { getResponseCount } from '@/store/api';
59 const { successCount, errorCount } = getResponseCount(responses);
H A DUserManagementStore.js1 import api, { getResponseCount } from '@/store/api';
208 const { successCount, errorCount } = getResponseCount(responses);
251 const { successCount, errorCount } = getResponseCount(responses);
294 const { successCount, errorCount } = getResponseCount(responses);
/openbmc/webui-vue/src/store/modules/Settings/
H A DSnmpAlertsStore.js1 import api, { getResponseCount } from '@/store/api';
85 const { successCount, errorCount } = getResponseCount(responses);
/openbmc/webui-vue/src/store/
H A Dapi.js80 export const getResponseCount = (responses) => { constant