Searched refs:emitAppEvent (Results 1 – 7 of 7) sorted by relevance
127 const emitAppEvent = jasmine.createSpy(); constant128 traceViewComponent.setEmitEvent(emitAppEvent);130 expect(emitAppEvent).not.toHaveBeenCalled();133 expect(emitAppEvent).toHaveBeenCalledTimes(1);134 expect(emitAppEvent).toHaveBeenCalledWith(141 expect(emitAppEvent).toHaveBeenCalledTimes(2);142 expect(emitAppEvent).toHaveBeenCalledWith(178 const emitAppEvent = jasmine.createSpy(); constant179 traceViewComponent.setEmitEvent(emitAppEvent);181 expect(emitAppEvent).not.toHaveBeenCalled();[all …]
126 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in TraceViewComponent154 this.emitAppEvent = callback;234 await this.emitAppEvent(new TabbedViewSwitched(tab.view));
30 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in ViewerStub64 this.emitAppEvent = callback;68 await this.emitAppEvent(event);
53 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in Presenter67 this.emitAppEvent = callback;101 await this.emitAppEvent(TracePositionUpdate.fromTimestamp(timestamp, true));105 await this.emitAppEvent(
37 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in Presenter63 this.emitAppEvent = callback;119 await this.emitAppEvent(
38 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in ViewerViewCapture
47 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in Presenter105 this.emitAppEvent = callback;204 await this.emitAppEvent(