Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/platform/
Ddnssd.cpp39 return ot::Ncp::NcpBase::GetNcpInstance()->DnssdGetState(); in otPlatDnssdGetState()
48 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdRegisterService()
59 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdUnregisterService()
70 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdRegisterHost()
81 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdUnregisterHost()
92 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdRegisterKey()
103 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatDnssdUnregisterKey()
Dinfra_if.cpp36 return ot::Ncp::NcpBase::GetNcpInstance()->InfraIfHasAddress(aInfraIfIndex, aAddress); in otPlatInfraIfHasAddress()
44 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatInfraIfSendIcmp6Nd()
/openthread-latest/src/ncp/
Dmultipan_platform.cpp48 Ncp::NcpBase *ncpBase = Ncp::NcpBase::GetNcpInstance(); in otPlatMultipanIidToInstance()
56 Ncp::NcpBase *ncpBase = Ncp::NcpBase::GetNcpInstance(); in otPlatMultipanInstanceToIid()
66 Ncp::NcpBase *ncpBase = Ncp::NcpBase::GetNcpInstance(); in otPlatMultipanSwitchoverDone()
Dncp_hdlc.cpp74 if (ncpHdlc == nullptr || ncpHdlc != NcpBase::GetNcpInstance()) in otNcpHdlcInit()
98 if (ncpHdlc == nullptr || ncpHdlc != NcpBase::GetNcpInstance()) in otNcpHdlcInitMulti()
166 static_cast<NcpHdlc *>(GetNcpInstance())->EncodeAndSend(); in EncodeAndSend()
259 NcpHdlc *ncpHdlc = static_cast<NcpHdlc *>(NcpBase::GetNcpInstance()); in otNcpHdlcSendDone()
275 NcpHdlc *ncpHdlc = static_cast<NcpHdlc *>(NcpBase::GetNcpInstance()); in otNcpHdlcReceive()
Dexample_vendor_hook.cpp163 if (ncpVendor == nullptr || ncpVendor != ot::Ncp::NcpBase::GetNcpInstance()) in otAppNcpInit()
185 if (ncpVendor == nullptr || ncpVendor != ot::Ncp::NcpBase::GetNcpInstance()) in otAppNcpInitMulti()
Dncp_spi.cpp74 if (ncpSpi == nullptr || ncpSpi != NcpBase::GetNcpInstance()) in otNcpSpiInit()
318 static_cast<NcpSpi *>(GetNcpInstance())->PrepareTxFrame(); in PrepareTxFrame()
Dncp_base.cpp386 NcpBase *NcpBase::GetNcpInstance(void) { return sNcpInstance; } in GetNcpInstance() function in ot::Ncp::NcpBase
923 GetNcpInstance()->UpdateChangedProps(); in UpdateChangedProps()
2812 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otNcpRegisterPeekPoke()
2828 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otNcpStreamWrite()
2844 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatLog()
Dncp_base.hpp121 static NcpBase *GetNcpInstance(void);
Dncp_base_ftd.cpp124 GetNcpInstance()->HandleNeighborTableChanged(aEvent, *aEntry); in HandleNeighborTableChanged()