Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dselection_controller.ts63 const selectedId = selection.id; constant
65 this.lastSelectedId = selectedId;
68 if (selectedId === undefined) return;
76 selection.id === selectedId) {
82 this.sliceDetails(selectedId as number);
91 const selectedId = selection.id; constant
113 FROM slice WHERE id = ${selectedId}`));
121 promisedDescription = this.describeSlice(selectedId);
126 SELECT * FROM ${leafTable} WHERE id = ${selectedId};
169 id: selectedId,