Searched refs:gotResponse (Results 1 – 1 of 1) sorted by relevance
209 …bool gotResponse(uint8_t aIid, uint8_t aTid) { return ((aIid == getLastIid()) && (aTid == getLastT… in gotResponse() function in TestNcp363 if (!mNcp->gotResponse(mIid, aTid)) in prepareResponse()551 VerifyOrQuit(ncp.gotResponse(SPINEL_HEADER_IID_0, host1.getLastTransmitTid())); in TestNcpBaseTransmitDoneInterface()554 VerifyOrQuit(ncp.gotResponse(SPINEL_HEADER_IID_1, host2.getLastTransmitTid())); in TestNcpBaseTransmitDoneInterface()561 VerifyOrQuit(ncp.gotResponse(SPINEL_HEADER_IID_1, host2.getLastTransmitTid())); in TestNcpBaseTransmitDoneInterface()564 VerifyOrQuit(ncp.gotResponse(SPINEL_HEADER_IID_0, host1.getLastTransmitTid())); in TestNcpBaseTransmitDoneInterface()