Searched refs:txnId (Results 1 – 2 of 2) sorted by relevance
137 uint32_t txnId, TransactionResult result) override { in handleTxnResult() argument139 PRId32, txnId, result); in handleTxnResult()255 uint32_t txnId, TransactionResult result) override { in handleTxnResult() argument257 PRIu32 ") with result %" PRId32, txnId, expectedTxnId, result); in handleTxnResult()258 if (txnId == expectedTxnId) { in handleTxnResult()
35 * @params txnId : transaction id whose result is being sent40 handleTxnResult(uint32_t txnId, TransactionResult result);