Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/
DSqlLite.ts151 fileCacheKey: string = 'null'; property in DbPool
293 this.fileCacheKey = fileKey;
295 this.fileCacheKey = `trace/${new Date().getTime()}-${buffer.byteLength}`;
296 this.saveTraceFileBuffer(this.fileCacheKey, buffer).then();
486 threadPool2.fileCacheKey = key;
488 threadPool.fileCacheKey = key;
493 return traceId === threadPool2.traceId ? threadPool2.fileCacheKey : threadPool.fileCacheKey;