Searched refs:GetNcpInstance (Results 1 – 6 of 6) sorted by relevance
74 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()
157 if (ncpVendor == nullptr || ncpVendor != ot::Ncp::NcpBase::GetNcpInstance()) in otAppNcpInit()
74 if (ncpSpi == nullptr || ncpSpi != NcpBase::GetNcpInstance()) in otNcpSpiInit()318 static_cast<NcpSpi *>(GetNcpInstance())->PrepareTxFrame(); in PrepareTxFrame()
304 NcpBase *NcpBase::GetNcpInstance(void) { return sNcpInstance; } in GetNcpInstance() function in ot::Ncp::NcpBase825 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()
91 static NcpBase *GetNcpInstance(void);
124 GetNcpInstance()->HandleNeighborTableChanged(aEvent, *aEntry); in HandleNeighborTableChanged()