Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dindex.ts22 import {LogBoundsKey, LogEntriesKey, LogExistsKey} from '../common/logs';
66 if ([LogExistsKey, LogBoundsKey, LogEntriesKey].includes(args.id)) {
Dviewer_page.ts18 import {LogExists, LogExistsKey} from '../common/logs';
47 const data = globals.trackDataStore.get(LogExistsKey) as LogExists;
/external/perfetto/ui/src/controller/
Dlogs_controller.ts21 LogExistsKey
166 id: LogExistsKey,
/external/perfetto/ui/src/common/
Dlogs.ts15 export const LogExistsKey = 'log-exists'; constant