Home
last modified time | relevance | path

Searched defs:cujType (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/parsers/events/operations/
Dadd_cuj_properties.ts32 const cujType = this.getCujTypeFromData(dataEntries); constant
89 const cujType = Object.values(CujType).find((type) => type === eventId); constant
/development/tools/winscope/src/parsers/events/
Dtraces_parser_cujs.ts193 const cujType = assertDefined(event.getChildByName('cujType')).getValue(); constant