Home
last modified time | relevance | path

Searched refs:traceConfig (Results 1 – 4 of 4) sorted by relevance

/development/tools/winscope/src/app/components/
Dtrace_config_component.ts161 @Input() traceConfig: TraceConfigurationMap | undefined; property in TraceConfigComponent
174 this.traceConfig = updateConfigsFromStore(
176 JSON.parse(JSON.stringify(assertDefined(this.traceConfig))),
188 this.traceConfigChange.emit(this.traceConfig);
196 const config = assertDefined(this.traceConfig);
201 const config = assertDefined(this.traceConfig);
209 Object.keys(assertDefined(this.traceConfig)).forEach((traceKey: string) => {
210 const c = assertDefined(this.traceConfig)[traceKey].config;
285 this.traceConfigChange.emit(this.traceConfig);
Dtrace_config_component_test.ts105 assertDefined(component.traceConfig)['layers_trace'].config
127 const newConfig = assertDefined(newComponent.traceConfig);
144 newComponent.traceConfig = component.traceConfig;
156 const config = assertDefined(component.traceConfig);
179 const config = assertDefined(component.traceConfig);
228 assertDefined(component.traceConfig)['layers_trace'].config,
235 assertDefined(component.traceConfig)['layers_trace'].config,
345 c.traceConfig = {
Dcollect_traces_component.ts421 traceConfig: TraceConfigurationMap;
458 this.traceConfig = makeDefaultTraceConfigMap();
587 this.traceConfig = newConfig;
609 const requestedTraces = this.getRequests(assertDefined(this.traceConfig));
783 const config = assertDefined(this.traceConfig)[trace];
787 const config = assertDefined(this.traceConfig)[trace];
802 const screenRecordingConfig = assertDefined(this.traceConfig)[
863 name: this.traceConfig[req].name,
864 types: this.traceConfig[req].types,
880 this.traceConfig,
[all …]
Dcollect_traces_component_test.ts287 Object.values(component.traceConfig).forEach(
612 const config = component.traceConfig;
839 : component.traceConfig[key].config.enabled,
851 : component.traceConfig[key].name;
863 : component.traceConfig[key].config.enabled,
868 const config = assertDefined(component.traceConfig);
970 component.traceConfig[UiTraceTarget.SCREEN_RECORDING].config,