Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/
Dtrace_view_component_test.ts127 const emitAppEvent = jasmine.createSpy(); constant
128 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(); constant
179 traceViewComponent.setEmitEvent(emitAppEvent);
181 expect(emitAppEvent).not.toHaveBeenCalled();
[all …]
Dtrace_view_component.ts126 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in TraceViewComponent
154 this.emitAppEvent = callback;
234 await this.emitAppEvent(new TabbedViewSwitched(tab.view));
/development/tools/winscope/src/viewers/
Dviewer_stub.ts30 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in ViewerStub
64 this.emitAppEvent = callback;
68 await this.emitAppEvent(event);
/development/tools/winscope/src/viewers/viewer_transitions/
Dpresenter.ts53 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in Presenter
67 this.emitAppEvent = callback;
101 await this.emitAppEvent(TracePositionUpdate.fromTimestamp(timestamp, true));
105 await this.emitAppEvent(
/development/tools/winscope/src/viewers/viewer_protolog/
Dpresenter.ts37 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in Presenter
63 this.emitAppEvent = callback;
119 await this.emitAppEvent(
/development/tools/winscope/src/viewers/viewer_view_capture/
Dviewer_view_capture.ts38 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in ViewerViewCapture
/development/tools/winscope/src/viewers/viewer_transactions/
Dpresenter.ts47 private emitAppEvent: EmitEvent = FunctionUtils.DO_NOTHING_ASYNC; property in Presenter
105 this.emitAppEvent = callback;
204 await this.emitAppEvent(