Searched defs:ncp (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/ncp/platform/ |
D | dnssd.cpp | 48 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdRegisterService() local 59 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdUnregisterService() local 70 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdRegisterHost() local 81 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdUnregisterHost() local 92 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdRegisterKey() local 103 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdUnregisterKey() local
|
D | infra_if.cpp | 44 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatInfraIfSendIcmp6Nd() local
|
/openthread-latest/tests/unit/ |
D | test_multipan_rcp_instances.cpp | 407 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseTransmitWithLinkRawDisabled() local 430 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseTransmitWithLinkRawEnabled() local 449 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseTransmitWithIncorrectLinkRawEnabled() local 473 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseTransmitOnBoth() local 496 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseDifferentInstanceCall() local 538 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseTransmitDoneInterface() local 575 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseReceive() local 595 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseReceiveOnTwoInterfaces() local 638 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseSwitchoverRequest() local 677 TestNcp ncp(sInstances, OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM); in TestNcpBaseSwitchoverRequestFail() local [all …]
|
/openthread-latest/src/ncp/ |
D | ncp_spi.cpp | 126 NcpSpi *ncp = reinterpret_cast<NcpSpi *>(aContext); in SpiTransactionComplete() local
|
D | ncp_base.cpp | 2812 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otNcpRegisterPeekPoke() local 2828 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otNcpStreamWrite() local 2844 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatLog() local
|
D | ncp_base_mtd.cpp | 4677 NcpBase *ncp = static_cast<NcpBase *>(aContext); in HandleStateChanged() local
|