Searched refs:GetNcpInstance (Results 1 – 9 of 9) sorted by relevance
39 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()
36 return ot::Ncp::NcpBase::GetNcpInstance()->InfraIfHasAddress(aInfraIfIndex, aAddress); in otPlatInfraIfHasAddress()44 ot::Ncp::NcpBase *ncp = ot::Ncp::NcpBase::GetNcpInstance(); in otPlatInfraIfSendIcmp6Nd()
48 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()
74 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()
163 if (ncpVendor == nullptr || ncpVendor != ot::Ncp::NcpBase::GetNcpInstance()) in otAppNcpInit()185 if (ncpVendor == nullptr || ncpVendor != ot::Ncp::NcpBase::GetNcpInstance()) in otAppNcpInitMulti()
74 if (ncpSpi == nullptr || ncpSpi != NcpBase::GetNcpInstance()) in otNcpSpiInit()318 static_cast<NcpSpi *>(GetNcpInstance())->PrepareTxFrame(); in PrepareTxFrame()
386 NcpBase *NcpBase::GetNcpInstance(void) { return sNcpInstance; } in GetNcpInstance() function in ot::Ncp::NcpBase923 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()
121 static NcpBase *GetNcpInstance(void);
124 GetNcpInstance()->HandleNeighborTableChanged(aEvent, *aEntry); in HandleNeighborTableChanged()