Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dannounce_begin_server.cpp47 void AnnounceBeginServer::SendAnnounce(uint32_t aChannelMask, uint8_t aCount, uint16_t aPeriod) in SendAnnounce() function in ot::AnnounceBeginServer
52 AnnounceSenderBase::SendAnnounce(aCount); in SendAnnounce()
68 SendAnnounce(mask, count, period); in HandleTmf()
Dannounce_sender.cpp56 void AnnounceSenderBase::SendAnnounce(uint8_t aCount) in SendAnnounce() function in ot::AnnounceSenderBase
119 Get<Mle::MleRouter>().SendAnnounce(mChannel); in HandleTimer()
177 SendAnnounce(1); in HandleTrickleTimer()
Dannounce_begin_server.hpp67 …void SendAnnounce(uint32_t aChannelMask, uint8_t aCount = kDefaultCount, uint16_t aPeriod = kDefau…
Dannounce_sender.hpp90 void SendAnnounce(uint8_t aCount);
Dmle.hpp179 void SendAnnounce(uint8_t aChannel) { SendAnnounce(aChannel, kNormalAnnounce); } in SendAnnounce() function in ot::Mle::Mle
1357 void SendAnnounce(uint8_t aChannel, AnnounceMode aMode);
1358 …void SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode = k…
Dmle.cpp788 Get<AnnounceBeginServer>().SendAnnounce(1 << mAlternateChannel); in InformPreviousChannel()
1536 SendAnnounce(mAnnounceChannel, kOrphanAnnounce); in HandleAttachTimer()
2139 void Mle::SendAnnounce(uint8_t aChannel, AnnounceMode aMode) in SendAnnounce() function in ot::Mle::Mle
2145 SendAnnounce(aChannel, destination, aMode); in SendAnnounce()
2148 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce() function in ot::Mle::Mle
3684 SendAnnounce(channel); in HandleAnnounce()
3687 SendAnnounce(channel, aRxInfo.mMessageInfo.GetPeerAddr()); in HandleAnnounce()