Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/
DConvert.ts41 caches.match(DbPool.fileCacheKey).then((resData) => {
42 if (resData) {
43 resData.arrayBuffer().then((buffer) => {
DSqlLite.ts102 caches.match(DbPool.fileCacheKey).then((resData) => {
103 if (resData) {
104 resData.arrayBuffer().then((buffer) => {
/developtools/smartperf_host/ide/src/hdc/hdcclient/
DHdcClient.ts99 let resData = handBody.buffer.slice(
103 debug('resData is ', resData);
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts457 const resData = result.getData(); constant
458 if (resData) {
459 if (this.arrayBufferCompare(resData, this.skipFlag)) {
461 } else if (this.arrayBufferCompare(resData, this.clearFlag)) {
465 } else if (this.arrayBufferCompare(resData, this.CRLFFlag)) {
477 const arrayA = new Uint8Array(resData);