Searched refs:SendAnnounce (Results 1 – 6 of 6) sorted by relevance
| /openthread-latest/src/core/thread/ |
| D | announce_begin_server.cpp | 47 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()
|
| D | announce_sender.cpp | 56 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()
|
| D | announce_begin_server.hpp | 67 …void SendAnnounce(uint32_t aChannelMask, uint8_t aCount = kDefaultCount, uint16_t aPeriod = kDefau…
|
| D | announce_sender.hpp | 90 void SendAnnounce(uint8_t aCount);
|
| D | mle.hpp | 179 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…
|
| D | mle.cpp | 788 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()
|