Home
last modified time | relevance | path

Searched refs:WinscopeEvent (Results 1 – 25 of 33) sorted by relevance

12

/development/tools/winscope/src/messaging/
Dwinscope_event.ts63 export abstract class WinscopeEvent { class
77 export class AppInitialized extends WinscopeEvent {
81 export class AppFilesCollected extends WinscopeEvent {
89 export class AppFilesUploaded extends WinscopeEvent {
97 export class AppResetRequest extends WinscopeEvent {
101 export class AppTraceViewRequest extends WinscopeEvent {
105 export class AppRefreshDumpsRequest extends WinscopeEvent {
109 export class RemoteToolDownloadStart extends WinscopeEvent {
113 export class RemoteToolFilesReceived extends WinscopeEvent {
124 export class RemoteToolTimestampReceived extends WinscopeEvent {
[all …]
Dwinscope_event_listener.ts16 import {WinscopeEvent} from './winscope_event';
19 onWinscopeEvent(event: WinscopeEvent): Promise<void>;
Dwinscope_event_listener_stub.ts17 import {WinscopeEvent} from './winscope_event';
21 async onWinscopeEvent(event: WinscopeEvent) {
Dwinscope_event_emitter.ts16 import {WinscopeEvent} from './winscope_event';
18 export type EmitEvent = (event: WinscopeEvent) => Promise<void>;
/development/tools/winscope/src/viewers/
Dviewer_stub.ts18 import {WinscopeEvent} from 'messaging/winscope_event';
59 onWinscopeEvent(event: WinscopeEvent): Promise<void> {
67 async emitAppEventForTesting(event: WinscopeEvent) {
Dviewer.ts16 import {WinscopeEvent} from 'messaging/winscope_event';
39 onWinscopeEvent(event: WinscopeEvent): Promise<void>;
/development/tools/winscope/src/viewers/viewer_window_manager/
Dviewer_window_manager.ts17 import {WinscopeEvent} from 'messaging/winscope_event';
62 async onWinscopeEvent(event: WinscopeEvent) {
Dpresenter.ts19 import {WinscopeEvent, WinscopeEventType} from 'messaging/winscope_event';
140 override async onAppEvent(event: WinscopeEvent) {
/development/tools/winscope/src/viewers/viewer_screen_recording/
Dviewer_screen_recording.ts17 import {WinscopeEvent, WinscopeEventType} from 'messaging/winscope_event';
44 async onWinscopeEvent(event: WinscopeEvent) {
Dviewer_screenshot.ts17 import {WinscopeEvent, WinscopeEventType} from 'messaging/winscope_event';
44 async onWinscopeEvent(event: WinscopeEvent) {
/development/tools/winscope/src/viewers/common/
Dabstract_viewer_input_method.ts17 import {WinscopeEvent} from 'messaging/winscope_event';
48 async onWinscopeEvent(event: WinscopeEvent) {
Dabstract_presenter_input_method.ts20 import {WinscopeEvent, WinscopeEventType} from 'messaging/winscope_event';
124 async onAppEvent(event: WinscopeEvent) {
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dviewer_surface_flinger.ts17 import {WinscopeEvent} from 'messaging/winscope_event';
76 async onWinscopeEvent(event: WinscopeEvent) {
/development/tools/winscope/src/viewers/viewer_view_capture/
Dviewer_view_capture.ts18 import {WinscopeEvent} from 'messaging/winscope_event';
72 async onWinscopeEvent(event: WinscopeEvent) {
Dpresenter.ts21 WinscopeEvent,
158 override async onAppEvent(event: WinscopeEvent) {
/development/tools/winscope/src/app/components/
Dtrace_view_component_test.ts26 WinscopeEvent,
137 } as WinscopeEvent),
145 } as WinscopeEvent),
190 } as WinscopeEvent),
Dtrace_view_component.ts30 WinscopeEvent,
141 async onWinscopeEvent(event: WinscopeEvent) {
Dcollect_traces_component.ts32 import {WinscopeEvent, WinscopeEventType} from 'messaging/winscope_event';
406 async onWinscopeEvent(event: WinscopeEvent) {
/development/tools/winscope/src/viewers/viewer_transitions/
Dviewer_transitions.ts16 import {WinscopeEvent} from 'messaging/winscope_event';
70 async onWinscopeEvent(event: WinscopeEvent) {
Dpresenter.ts22 WinscopeEvent,
70 async onAppEvent(event: WinscopeEvent) {
/development/tools/winscope/src/abt_chrome_extension/
Dabt_chrome_extension_protocol.ts21 WinscopeEvent,
47 async onWinscopeEvent(event: WinscopeEvent) {
/development/tools/winscope/src/viewers/viewer_protolog/
Dviewer_protolog.ts18 import {WinscopeEvent} from 'messaging/winscope_event';
92 async onWinscopeEvent(event: WinscopeEvent) {
Dpresenter.ts22 WinscopeEvent,
66 async onAppEvent(event: WinscopeEvent) {
/development/tools/winscope/src/viewers/viewer_transactions/
Dviewer_transactions.ts18 import {WinscopeEvent} from 'messaging/winscope_event';
133 async onWinscopeEvent(event: WinscopeEvent) {
/development/tools/winscope/src/cross_tool/
Dcross_tool_protocol.ts24 WinscopeEvent,
69 async onWinscopeEvent(event: WinscopeEvent) {

12