Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Drecord_config.ts48 recordConfigs: NamedRecordConfig[]; property in RecordConfigStore
51 this.recordConfigs = [];
63 this.recordConfigs.push(config);
65 LOCAL_STORAGE_RECORD_CONFIGS_KEY, JSON.stringify(this.recordConfigs));
74 for (let i = 0; i < this.recordConfigs.length; ++i) {
75 if (this.recordConfigs[i].key === key) {
82 this.recordConfigs.splice(idx, 1);
84 LOCAL_STORAGE_RECORD_CONFIGS_KEY, JSON.stringify(this.recordConfigs));
92 this.recordConfigs = [];
122 this.recordConfigs = validConfigLocalStorage;
Drecord_page.ts908 return recordConfigStore.recordConfigs.map((item) => {
934 if (recordConfigStore.recordConfigs.length === 0) {