Searched refs:cujType (Results 1 – 2 of 2) sorted by relevance
/development/tools/winscope/src/parsers/events/operations/ |
D | add_cuj_properties.ts | 32 const cujType = this.getCujTypeFromData(dataEntries); constant 45 cujType, 61 let [cujType, unixNs, elapsedNs, uptimeNs, _tag] = ['', '', '', '', '', '']; 64 [cujType, unixNs, elapsedNs, uptimeNs, _tag] = data 69 [cujType, unixNs, elapsedNs, uptimeNs] = data 76 !StringUtils.isNumeric(cujType) || 89 const cujType = Object.values(CujType).find((type) => type === eventId); constant 90 if (!cujType || typeof cujType === 'string') { 93 return cujType;
|
/development/tools/winscope/src/parsers/events/ |
D | traces_parser_cujs.ts | 193 const cujType = assertDefined(event.getChildByName('cujType')).getValue(); constant 196 startCujType === cujType &&
|