Home
last modified time | relevance | path

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

/openthread-3.5.0/src/ncp/
Dncp_hdlc.cpp74 if (ncpHdlc == nullptr || ncpHdlc != NcpBase::GetNcpInstance()) in otNcpHdlcInit()
121 static_cast<NcpHdlc *>(GetNcpInstance())->EncodeAndSend(); in EncodeAndSend()
214 NcpHdlc *ncpHdlc = static_cast<NcpHdlc *>(NcpBase::GetNcpInstance()); in otNcpHdlcSendDone()
230 NcpHdlc *ncpHdlc = static_cast<NcpHdlc *>(NcpBase::GetNcpInstance()); in otNcpHdlcReceive()
Dexample_vendor_hook.cpp157 if (ncpVendor == nullptr || ncpVendor != ot::Ncp::NcpBase::GetNcpInstance()) in otAppNcpInit()
Dncp_spi.cpp74 if (ncpSpi == nullptr || ncpSpi != NcpBase::GetNcpInstance()) in otNcpSpiInit()
318 static_cast<NcpSpi *>(GetNcpInstance())->PrepareTxFrame(); in PrepareTxFrame()
Dncp_base.cpp304 NcpBase *NcpBase::GetNcpInstance(void) { return sNcpInstance; } in GetNcpInstance() function in ot::Ncp::NcpBase
825 GetNcpInstance()->UpdateChangedProps(); in UpdateChangedProps()
2607 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otNcpRegisterPeekPoke()
2623 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otNcpStreamWrite()
2639 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatLog()
Dncp_base.hpp91 static NcpBase *GetNcpInstance(void);
Dncp_base_ftd.cpp124 GetNcpInstance()->HandleNeighborTableChanged(aEvent, *aEntry); in HandleNeighborTableChanged()