Searched refs:queryisExistsPurgeableData (Results 1 – 2 of 2) sorted by relevance
440 export const queryisExistsPurgeableData = (ipid: number, isPin?: boolean): Promise<Array<any>> => { constant
42 queryisExistsPurgeableData,329 const isExistsPurgeableTotal = await queryisExistsPurgeableData(this.memoryConfig.iPid, false);330 const isExistsPurgeablePin = await queryisExistsPurgeableData(this.memoryConfig.iPid, true);