Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/
DProcedure.ts79 onComplete: Function | undefined; //任务完成回调 property in ProcedurePool
126 if (this.isIdle() && this.onComplete) {
127 this.onComplete();
193 if (this.isIdle() && this.onComplete) {
194 this.onComplete();
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
Dimage.ets24 .onComplete((e) => {
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts141 onComplete: Function | undefined; property in TraceRow
1103 if (this.onComplete) {
1104 this.onComplete();
1105 this.onComplete = undefined;
1157 if (this.onComplete) {
1158 this.onComplete();
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.event.ts213 snapshotRow!.onComplete = task;
278 threadRow!.onComplete = () => cpuClickHandlerTask(threadRow, sp, d);
DSpSystemTrace.init.ts792 filterRow!.onComplete = completeEntry;
DSpSystemTrace.ts1762 filterRow!.onComplete = completeEntry;