Home
last modified time | relevance | path

Searched refs:selectionConfigs (Results 1 – 6 of 6) sorted by relevance

/development/tools/winscope/src/trace_collection/ui/
Dui_trace_configuration_test.ts37 selectionConfigs: [
57 selectionConfigs: [{name: 'new2', key: 'test2', options: ['1']}], constant
61 const newSelectionConfig = target[traceKey].config.selectionConfigs[0];
73 selectionConfigs: [{name: 'test4', key: 'test4', value: ['1']}], constant
79 selectionConfigs: [
89 selectionConfigs: [
95 expect(target[traceKey].config.selectionConfigs).toEqual([
103 selectionConfigs: [
109 expect(target[traceKey].config.selectionConfigs).toEqual([
118 selectionConfigs: [
[all …]
Dui_trace_configuration.ts50 selectionConfigs: SelectionConfiguration[]; property
172 selectionConfigs: sfTraceSelectionConfigs,
185 selectionConfigs: wmTraceSelectionConfigs,
204 selectionConfigs: makeScreenRecordingSelectionConfigs([], ''),
217 selectionConfigs: [],
234 selectionConfigs: [],
247 selectionConfigs: [],
260 selectionConfigs: [],
273 selectionConfigs: [],
286 selectionConfigs: [],
[all …]
/development/tools/winscope/src/app/components/
Dtrace_config_component_test.ts276 .config.selectionConfigs[0].value,
287 .config.selectionConfigs[0].value,
306 .config.selectionConfigs[0].value,
314 .config.selectionConfigs[0].value,
359 selectionConfigs: [
382 selectionConfigs: [],
392 selectionConfigs: [],
402 selectionConfigs: [
420 selectionConfigs: [
437 selectionConfigs: [
Dcollect_traces_component.ts806 screenRecordingConfig.selectionConfigs.find((c) => c.key === 'displays'),
812 screenRecordingConfig.selectionConfigs =
815 screenRecordingConfig.selectionConfigs =
818 screenRecordingConfig.selectionConfigs[0].options = displays;
825 screenshotConfig.selectionConfigs.find((c) => c.key === 'displays'),
951 return trace.config.selectionConfigs.map((con: SelectionConfiguration) => {
Dtrace_config_component.ts211 if (c.checkboxConfigs.length > 0 || c.selectionConfigs.length > 0) {
Dcollect_traces_component_test.ts971 ).selectionConfigs[0];
974 ).selectionConfigs[0];