Home
last modified time | relevance | path

Searched refs:traceConfigChange (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/app/components/
Dtrace_config_component.ts163 @Output() readonly traceConfigChange = property in TraceConfigComponent
188 this.traceConfigChange.emit(this.traceConfig);
285 this.traceConfigChange.emit(this.traceConfig);
Dtrace_config_component_test.ts62 configChangeSpy = spyOn(component.traceConfigChange, 'emit');
123 const spy = spyOn(newComponent.traceConfigChange, 'emit');
141 const spy = spyOn(newComponent.traceConfigChange, 'emit');