Searched refs:uploadTracesComponent (Results 1 – 4 of 4) sorted by relevance
116 let uploadTracesComponent: WinscopeEventListenerStub & ProgressListenerStub; variable174 uploadTracesComponent = FunctionUtils.mixin(198 mediator.setUploadTracesComponent(uploadTracesComponent);223 spyOn(uploadTracesComponent, 'onWinscopeEvent'),224 spyOn(uploadTracesComponent, 'onProgressUpdate'),225 spyOn(uploadTracesComponent, 'onOperationFinished'),245 expect(uploadTracesComponent.onProgressUpdate).toHaveBeenCalled();246 expect(uploadTracesComponent.onOperationFinished).toHaveBeenCalled();253 checkLoadTraceViewEvents(uploadTracesComponent);381 checkLoadTraceViewEvents(uploadTracesComponent);[all …]
66 private uploadTracesComponent?: WinscopeEventListener & ProgressListener;110 this.uploadTracesComponent = component;148 this.currentProgressListener = this.uploadTracesComponent;170 await this.uploadTracesComponent?.onWinscopeEvent(174 await this.uploadTracesComponent?.onWinscopeEvent(209 this.currentProgressListener = this.uploadTracesComponent;488 this.currentProgressListener = this.uploadTracesComponent;
368 uploadTracesComponent?: UploadTracesComponent;487 this.mediator.setUploadTracesComponent(this.uploadTracesComponent);
365 component.uploadTracesComponent,