Lines Matching refs:startTransmit

285     spinel_status_t startTransmit()  in startTransmit()  function in TestHost
417 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()
509 VerifyOrQuit(host2.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseDifferentInstanceCall()
518 VerifyOrQuit(host2.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseDifferentInstanceCall()
522 VerifyOrQuit(host1.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseDifferentInstanceCall()
547 VerifyOrQuit(host1.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseTransmitDoneInterface()
548 VerifyOrQuit(host2.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseTransmitDoneInterface()
557 VerifyOrQuit(host1.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseTransmitDoneInterface()
558 VerifyOrQuit(host2.startTransmit() == SPINEL_STATUS_OK); in TestNcpBaseTransmitDoneInterface()