Searched refs:transactionName (Results 1 – 2 of 2) sorted by relevance
107 String transactionName = resolver.getMethodName(109 fillApiStatsProto(proto, dims, transactionName, histogramMap.get(dims));120 ProtoOutputStream proto, LatencyDims dims, String transactionName, int[] histogram) { in fillApiStatsProto() argument144 proto.write(Dims.SERVICE_METHOD_NAME, transactionName); in fillApiStatsProto()
1171 final String transactionName = getTransactionName(code); in execTransactInternal() local1173 + (transactionName != null ? transactionName : code)); in execTransactInternal()