Home
last modified time | relevance | path

Searched refs:gotResponse (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/tests/unit/
Dtest_multipan_rcp_instances.cpp209 …bool gotResponse(uint8_t aIid, uint8_t aTid) { return ((aIid == getLastIid()) && (aTid == getLastT… in gotResponse() function in TestNcp
363 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()