Searched refs:selectionConfigs (Results 1 – 6 of 6) sorted by relevance
/development/tools/winscope/src/trace_collection/ui/ |
D | ui_trace_configuration_test.ts | 37 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 …]
|
D | ui_trace_configuration.ts | 50 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/ |
D | trace_config_component_test.ts | 276 .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: [
|
D | collect_traces_component.ts | 806 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) => {
|
D | trace_config_component.ts | 211 if (c.checkboxConfigs.length > 0 || c.selectionConfigs.length > 0) {
|
D | collect_traces_component_test.ts | 971 ).selectionConfigs[0]; 974 ).selectionConfigs[0];
|