Lines Matching refs:TestNcp

119 class TestNcp : public NcpBase  class
122 explicit TestNcp(ot::Instance *aInstance) in TestNcp() function in TestNcp
133 explicit TestNcp(ot::Instance **aInstances, uint8_t aCount) in TestNcp() function in TestNcp
152 static_cast<TestNcp *>(aContext)->HandleFrameAddedToNcpBuffer(aBuffer); in HandleFrameAddedToNcpBuffer()
221 TestHost(TestNcp *aNcp, uint8_t aIid) in TestHost()
369 TestNcp *mNcp;
407 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseTransmitWithLinkRawDisabled()
430 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseTransmitWithLinkRawEnabled()
449 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseTransmitWithIncorrectLinkRawEnabled()
473 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseTransmitOnBoth()
496 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseDifferentInstanceCall()
538 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseTransmitDoneInterface()
575 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseReceive()
595 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseReceiveOnTwoInterfaces()
638 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseSwitchoverRequest()
677 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseSwitchoverRequestFail()
704 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseSwitchoverResponse()