Lines Matching refs:funName
96 this.processAsyncFuncArray.filter((it) => it.funName === 'deliverInputEvent'),
127 funcRow.rowId = `${ asyncFuncGroups[0].funName }-${ key }`;
128 funcRow.asyncFuncName = asyncFuncGroups[0].funName;
136 funcRow.name = `${ asyncFuncGroups[0].funName } ${ key }`;
148 type: `func-${ asyncFuncGroups[0].funName }-${ key }`,
530 funcRow.rowId = `${ asyncFunctions[0].funName }-${ it.pid }`;
531 funcRow.asyncFuncName = asyncFunctions[0].funName;
539 funcRow.name = `${ asyncFunctions[0].funName }`;
551 type: `func-${ asyncFunctions[0].funName }-${ it.pid }`,
696 data.funName != null &&
697 … (data.funName.toLowerCase().startsWith('binder transaction async') || //binder transaction
698 data.funName.toLowerCase().startsWith('binder async') ||
699 data.funName.toLowerCase().startsWith('binder reply'))