Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/thread/
Dannounce_begin_server.cpp58 void AnnounceBeginServer::SendAnnounce(uint32_t aChannelMask, uint8_t aCount, uint16_t aPeriod) in SendAnnounce() function in ot::AnnounceBeginServer
63 AnnounceSenderBase::SendAnnounce(aCount); in SendAnnounce()
79 SendAnnounce(mask, count, period); in HandleTmf()
Dannounce_sender.cpp65 void AnnounceSenderBase::SendAnnounce(uint8_t aCount) in SendAnnounce() function in ot::AnnounceSenderBase
128 Get<Mle::MleRouter>().SendAnnounce(mChannel); in HandleTimer()
186 SendAnnounce(1); in HandleTrickleTimer()
Dannounce_begin_server.hpp70 …void SendAnnounce(uint32_t aChannelMask, uint8_t aCount = kDefaultCount, uint16_t aPeriod = kDefau…
Dannounce_sender.hpp93 void SendAnnounce(uint8_t aCount);
Dmle.hpp184 void SendAnnounce(uint8_t aChannel) { SendAnnounce(aChannel, kNormalAnnounce); } in SendAnnounce() function in ot::Mle::Mle
1291 void SendAnnounce(uint8_t aChannel, AnnounceMode aMode);
1292 …void SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode = k…
Dmle.cpp777 Get<AnnounceBeginServer>().SendAnnounce(1 << mAlternateChannel); in InformPreviousChannel()
1486 SendAnnounce(mAnnounceChannel, kOrphanAnnounce); in HandleAttachTimer()
2202 void Mle::SendAnnounce(uint8_t aChannel, AnnounceMode aMode) in SendAnnounce() function in ot::Mle::Mle
2208 SendAnnounce(aChannel, destination, aMode); in SendAnnounce()
2211 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce() function in ot::Mle::Mle
3701 SendAnnounce(channel); in HandleAnnounce()
3704 SendAnnounce(channel, aRxInfo.mMessageInfo.GetPeerAddr()); in HandleAnnounce()