Home
last modified time | relevance | path

Searched refs:queryKey (Results 1 – 3 of 3) sorted by relevance

/openbmc/webui-vue/src/api/composables/
H A DuseAllSubResources.ts97 queryKey: unknown[],
106 queryClient.setQueryData(queryKey, (oldData: T[] = []) => [
124 queryClient.setQueryData(queryKey, (oldData: T[] = []) => [
193 queryKey: unknown[],
195 queryClient.setQueryData(queryKey, []);
203 queryKey,
270 const queryKey = [ constant
278 queryKey,
293 queryKey,
H A DuseRedfishRoot.ts55 queryKey: ['redfish', 'serviceRoot'],
H A DuseRedfishCollection.ts332 queryKey: ['redfish', 'collection', path, normalizedParams],