Searched refs:queryMemoryResult (Results 1 – 2 of 2) sorted by relevance
30 private queryMemoryResult: Array<SystemMemorySummary> = []; property in TabPaneMemoryAbility56 if (this.queryMemoryResult.length > 0) {57 let filterMemory = this.queryMemoryResult.filter((item) => {114 this.queryMemoryResult = [];
88 tabPaneMemoryAbility.queryMemoryResult.length = 1;