Lines Matching refs:rowId
85 row.rowId = 'DeliverInputEvent';
127 funcRow.rowId = `${ asyncFuncGroups[0].funName }-${ key }`;
131 funcRow.rowParentId = `${ row.rowId }`;
231 processRow.rowId = `${ it.pid }`;
319 expectedRow.rowId = `${ timeLineType }-${ it.pid }`;
389 actualRow.rowId = `${ timeLineType }-${ it.pid }`;
431 if (e.detail.rowId == selectProcessStruct.pid) {
448 if (linkNodeItem[0].rowEL.rowId == e.detail.rowId) {
453 } else if (linkNodeItem[1].rowEL.rowId == e.detail.rowId) {
481 if (linkProcessItem[0].rowEL.rowParentId == e.detail.rowId) {
486 } else if (linkProcessItem[1].rowEL.rowParentId == e.detail.rowId) {
530 funcRow.rowId = `${ asyncFunctions[0].funName }-${ it.pid }`;
567 row.rowId = `${ mem.trackId }`;
624 threadRow.rowId = `${ thread.tid }`;
658 if (threadRow.rowId === threadRow.rowParentId) {
677 funcRow.rowId = `${ thread.tid }`;
744 startupRow.rowId = `app-start-${ processRow.rowId }`;
746 startupRow.rowParentId = `${ processRow.rowId }`;
756 queryProcessStartup(parseInt(processRow.rowId!)).then((res) => {
776 type: `app-startup ${ processRow.rowId }`,
790 soRow.rowId = `app-start-${ processRow.rowId }`;
792 soRow.rowParentId = `${ processRow.rowId }`;
802 queryProcessSoInitData(parseInt(processRow.rowId!)).then((res) => {
822 type: `static-init ${ processRow.rowId }`,