Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DSpQuerySQL.ts32 private keyList: Array<string> | undefined; property in SpQuerySQL
100 for (let keyListKey of this.keyList!) {
111 this.keyList?.forEach((key) => {
128 this.keyList = [];
136 this.keyList = Object.keys(resultList[0]);
184 this.keyList = [];
220 if (this.keyList) {
221 info('Metric query Table Colum size is: ', this.keyList.length);
222 this.keyList.forEach((item) => {
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpQuerySQL.ts34 private keyList: Array<string> | undefined; property in SpQuerySQL
92 for (let keyListKey of this.keyList!) {
103 this.keyList?.forEach((key) => {
129 this.keyList = [];
138 if (this.keyList.indexOf(key) <= -1) {
139 this.keyList.push(key);
195 this.keyList = [];
301 if (this.keyList) {
302 info('Metric query Table Colum size is: ', this.keyList.length);
303 this.keyList.forEach((item) => {
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/sdk/
DTabPaneSdkCounter.ts30 private keyList: Array<string> | undefined; property in TabPaneSdkCounter
73 this.keyList = [];
85 if (this.keyList.indexOf(counterKey) <= -1) {
86 this.keyList.push(counterKey);
178 if (this.keyList) {
179 this.keyList.forEach((sdkCounterItemKey) => {
DTabPaneSdkSlice.ts30 private keyList: Array<string> | undefined; property in TabPaneSdkSlice
74 this.keyList = [];
86 if (this.keyList.indexOf(sliceKey) <= -1) {
87 this.keyList.push(sliceKey);
224 if (this.keyList) {
225 this.keyList.forEach((sdkSliceItemKey) => {
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/sdk/
DTabPaneSdkCounter.ts30 private keyList: Array<string> | undefined; property in TabPaneSdkCounter
73 this.keyList = [];
85 if (this.keyList.indexOf(counterKey) <= -1) {
86 this.keyList.push(counterKey);
178 if (this.keyList) {
179 this.keyList.forEach((sdkCounterItemKey) => {
DTabPaneSdkSlice.ts30 private keyList: Array<string> | undefined; property in TabPaneSdkSlice
74 this.keyList = [];
86 if (this.keyList.indexOf(sliceKey) <= -1) {
87 this.keyList.push(sliceKey);
224 if (this.keyList) {
225 this.keyList.forEach((sdkSliceItemKey) => {