Searched refs:startTransmit (Results 1 – 1 of 1) sorted by relevance
285 spinel_status_t startTransmit() in startTransmit() function in TestHost417 VerifyOrQuit(host1.startTransmit() == SPINEL_STATUS_INVALID_STATE); in TestNcpBaseTransmitWithLinkRawDisabled()418 VerifyOrQuit(host2.startTransmit() == SPINEL_STATUS_INVALID_STATE); in TestNcpBaseTransmitWithLinkRawDisabled()419 VerifyOrQuit(host3.startTransmit() == SPINEL_STATUS_INVALID_STATE); in TestNcpBaseTransmitWithLinkRawDisabled()436 VerifyOrQuit(host.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseTransmitWithLinkRawEnabled()457 VerifyOrQuit(host1.startTransmit() == SPINEL_STATUS_INVALID_STATE); in TestNcpBaseTransmitWithIncorrectLinkRawEnabled()460 VerifyOrQuit(host2.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseTransmitWithIncorrectLinkRawEnabled()480 VerifyOrQuit(host1.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseTransmitOnBoth()481 VerifyOrQuit(host2.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseTransmitOnBoth()505 VerifyOrQuit(host1.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseDifferentInstanceCall()[all …]