Searched refs:getThreadMap (Results 1 – 17 of 17) sorted by relevance
43 let t = Utils.getInstance().getThreadMap().get(it.tid!);130 let t = Utils.getInstance().getThreadMap(traceId).get(it.tid!);
334 Utils.getInstance().getThreadMap(traceId).clear();339 Utils.getInstance().getThreadMap(traceId).set(pt.id, pt.name);
136 func.threadName = Utils.getInstance().getThreadMap(traceId).get(func.tid);247 res[i].threadName = Utils.getInstance().getThreadMap().get(res[i].tid!);368 res[i].threadName = Utils.getInstance().getThreadMap().get(res[i].tid!);
199 Utils.getInstance().getThreadMap().get(b.tid) === null201 : Utils.getInstance().getThreadMap().get(b.tid) + ' ' + '[' + b.tid + ']',241 let thread: string = Utils.getInstance().getThreadMap().get(tBinder[j].tid) || 'Thread';283 let thread: string = Utils.getInstance().getThreadMap().get(tBinder[j].tid) || 'Thread';
116 public getThreadMap(traceId?: string | null): Map<number, string> { method in Utils276 …let thread = Utils.getInstance().getThreadMap(Utils.currentSelectTrace).get(parseInt(tid)) || 'Thr…293 let thread = Utils.getInstance().getThreadMap(traceId).get(parseInt(tid)) || 'Thread';
117 let threadInfo: string | undefined = Utils.getInstance().getThreadMap().get(e.tid);
337 let thread = Utils.getInstance().getThreadMap(cpuByThreadValue.traceId).get(obj.tid);443 let thread = Utils.getInstance().getThreadMap(cpuByThreadValue.traceId).get(e.tid);
146 let thread = Utils.getInstance().getThreadMap(traceId).get(e.tid);
121 … let thread = Utils.getInstance().getThreadMap(threadUsageParam.traceId).get(resultEl.tid);
103 Utils.getInstance().getThreadMap().set(589, '');
418 let threadName = Utils.getInstance().getThreadMap().get(data.tid!);521 let threadName = Utils.getInstance().getThreadMap().get(data.tid!);550 let threadName = Utils.getInstance().getThreadMap().get(data.tid!);636 let threadName = Utils.getInstance().getThreadMap().get(data.tid!);1217 let threadName = Utils.getInstance().getThreadMap().get(data.tid!);1949 wb.thread = Utils.getInstance().getThreadMap().get(wb.tid!) || 'Thread';1974 wb.thread = Utils.getInstance().getThreadMap().get(wb.tid!) || 'Thread';
446 thread.threadName = Utils.getInstance().getThreadMap().get(thread.threadId) || 'Thread';
190 Utils.getInstance().getThreadMap().get(e.tid) + ' ' + e.tid,223 Utils.getInstance().getThreadMap().get(e.tid) === null225 : Utils.getInstance().getThreadMap().get(e.tid)!;
115 …arr[i].thread = `${Utils.getInstance().getThreadMap(traceId).get(trackId) || 'Thread'} ${trackId}`;
61 this.threadMap = Utils.getInstance().getThreadMap();
372 let threadInfo: string | undefined = Utils.getInstance().getThreadMap().get(value[0].tid);
2138 let threadMap = Utils.getInstance().getThreadMap(Utils.currentSelectTrace);2406 let t = Utils.getInstance().getThreadMap().get(it.tid!);