Searched refs:txnId (Results 1 – 2 of 2) sorted by relevance
460 void handleSeeResp(uint32_t txnId, sns_std_error error);
75 uint32_t txnId; member1637 void SeeHelper::handleSeeResp(uint32_t txnId, sns_std_error error) { in handleSeeResp() argument1639 if (mWaitingOnResp && txnId == mCurrentTxnId) { in handleSeeResp()1827 cbData->txnId = ++mCurrentTxnId; in sendSeeReqSync()1945 respCbData->seeHelper->handleSeeResp(respCbData->txnId, error); in seeRespCb()