Home
last modified time | relevance | path

Searched refs:Stop (Results 1 – 25 of 105) sorted by relevance

12345

/openthread-latest/src/core/thread/
Dthread_netif.cpp82 Get<Dns::Client>().Stop(); in Down()
85 IgnoreError(Get<Sntp::Client>().Stop()); in Down()
88 Get<Dns::ServiceDiscovery::Server>().Stop(); in Down()
90 IgnoreError(Get<Tmf::Agent>().Stop()); in Down()
98 Get<MeshForwarder>().Stop(); in Down()
100 IgnoreError(Get<Utils::ChannelMonitor>().Stop()); in Down()
Dannounce_sender.cpp77 void AnnounceSenderBase::Stop(void) in Stop() function in ot::AnnounceSenderBase
79 mTimer.Stop(); in Stop()
88 VerifyOrExit(!mChannelMask.IsEmpty(), Stop()); in SetChannelMask()
157 void AnnounceSender::Stop(void) in Stop() function in ot::AnnounceSender
159 AnnounceSenderBase::Stop(); in Stop()
160 mTrickleTimer.Stop(); in Stop()
219 Stop(); in HandleRoleChanged()
Dchild_supervision.cpp151 void SupervisionListener::Stop(void) { mTimer.Stop(); } in Stop() function in ot::SupervisionListener
202 mTimer.Stop(); in RestartTimer()
Dannounce_sender.hpp95 void Stop(void);
236 void Stop(void);
/openthread-latest/src/core/mac/
Dsub_mac_wed.cpp48 mWedTimer.Stop(); in WedInit()
58 mWedTimer.Stop(); in UpdateWakeupListening()
Dwakeup_tx_scheduler.cpp151 void WakeupTxScheduler::Stop(void) in Stop() function in ot::WakeupTxScheduler
154 mTimer.Stop(); in Stop()
Dsub_mac.cpp94 mTimer.Stop(); in Init()
224 mCslTimer.Stop(); in Disable()
227 mWedTimer.Stop(); in Disable()
230 mTimer.Stop(); in Disable()
538 mTimer.Stop(); in HandleTransmitDone()
Dwakeup_tx_scheduler.hpp95 void Stop(void);
/openthread-latest/src/core/common/
Dtrickle_timer.hpp158 void Stop(void) { TimerMilli::Stop(); } in Stop() function in ot::TrickleTimer
Dtimer.cpp128 Stop(); in FireAt()
148 void TimerMilli::Stop(void) { Get<Scheduler>().Remove(*this); } in Stop() function in ot::TimerMilli
288 void TimerMicro::Stop(void) { Get<Scheduler>().Remove(*this); } in Stop() function in ot::TimerMicro
Dtimer.hpp309 void Stop(void);
456 void Stop(void);
/openthread-latest/src/core/utils/
Djam_detector.cpp78 Error JamDetector::Stop(void) in Stop() function in ot::Utils::JamDetector
87 mTimer.Stop(); in Stop()
103 mTimer.Stop(); in CheckState()
Dlink_metrics_manager.cpp67 Stop(); in SetEnabled()
105 void LinkMetricsManager::Stop(void) in Stop() function in ot::Utils::LinkMetricsManager
109 mTimer.Stop(); in Stop()
192 Stop(); in HandleNotifierEvents()
Dping_sender.cpp115 void PingSender::Stop(void) in Stop() function in ot::Utils::PingSender
117 mTimer.Stop(); in Stop()
219 mTimer.Stop(); in HandleIcmpReceive()
Dchannel_monitor.cpp82 Error ChannelMonitor::Stop(void) in Stop() function in ot::Utils::ChannelMonitor
87 mTimer.Stop(); in Stop()
Dmesh_diag.cpp150 mTimer.Stop(); in HandleDiagGetResponse()
311 mTimer.Stop(); in ProcessChildTableAnswer()
353 mTimer.Stop(); in ProcessRouterNeighborTableAnswer()
393 mTimer.Stop(); in ProcessChildrenIp6AddrsAnswer()
436 mTimer.Stop(); in Cancel()
/openthread-latest/src/core/net/
Ddhcp6_client.cpp157 Stop(); in UpdateAddresses()
174 void Client::Stop(void) in Stop() function in ot::Dhcp6::Client
176 mTrickleTimer.Stop(); in Stop()
187 mTrickleTimer.Stop(); in ProcessNextIdentityAssociation()
219 VerifyOrExit(mIdentityAssociationCurrent != nullptr, mTrickleTimer.Stop()); in HandleTrickleTimer()
238 Stop(); in HandleTrickleTimer()
239 mTrickleTimer.Stop(); in HandleTrickleTimer()
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/proto/
Dsniffer.proto16 // Stop the sniffer
17 rpc Stop(StopRequest) returns (StopResponse) {} rpc
/openthread-latest/src/core/border_router/
Drouting_manager.cpp290 Stop(); in EvaluateState()
315 void RoutingManager::Stop(void) in Stop() function in ot::BorderRouter::RoutingManager
319 mOmrPrefixManager.Stop(); in Stop()
320 mOnLinkPrefixManager.Stop(); in Stop()
322 mPdPrefixManager.Stop(); in Stop()
325 mNat64PrefixManager.Stop(); in Stop()
330 mRxRaTracker.Stop(); in Stop()
334 mRsSender.Stop(); in Stop()
336 mRoutingPolicyTimer.Stop(); in Stop()
338 mRoutePublisher.Stop(); in Stop()
[all …]
Drouting_manager.hpp212 void RequestStop(void) { Stop(); } in RequestStop()
832 void Stop(void);
1119 void Stop(void);
1159 void Stop(void);
1301 void Stop(void);
1337 void Stop(void) { Unpublish(); } in Stop() function in ot::BorderRouter::RoutingManager::RoutePublisher
1430 void Stop(void);
1471 void Stop(void) { StartStop(/* aStart= */ false); } in Stop() function in ot::BorderRouter::RoutingManager::PdPrefixManager
1526 void Stop(void);
/openthread-latest/src/core/meshcop/
Dcommissioner.hpp127 Error Stop(void) { return Stop(kSendKeepAliveToResign); } in Stop() function in ot::MeshCoP::Commissioner
379 Error Stop(ResignMode aResignMode);
Dcommissioner.cpp125 mJoinerSessionTimer.Stop(); in HandleSecureAgentConnectEvent()
295 Error Commissioner::Stop(ResignMode aResignMode) in Stop() function in ot::MeshCoP::Commissioner
302 mJoinerSessionTimer.Stop(); in Stop()
316 mTimer.Stop(); in Stop()
782 VerifyOrExit(state == StateTlv::kAccept, IgnoreError(Stop(kDoNotSendKeepAlive))); in HandleLeaderPetitionResponse()
808 IgnoreError(Stop(kDoNotSendKeepAlive)); in HandleLeaderPetitionResponse()
863 IgnoreError(Stop(kDoNotSendKeepAlive))); in HandleLeaderKeepAliveResponse()
868 VerifyOrExit(state == StateTlv::kAccept, IgnoreError(Stop(kDoNotSendKeepAlive))); in HandleLeaderKeepAliveResponse()
Dborder_agent.cpp150 void BorderAgent::Stop(void) in Stop() function in ot::MeshCoP::BorderAgent
158 mEphemeralKeyTimer.Stop(); in Stop()
163 mTimer.Stop(); in Stop()
196 Stop(); in HandleNotifierEvents()
789 Stop(); in SetEphemeralKey()
879 Stop(); in RestartAfterRemovingEphemeralKey()
/openthread-latest/src/core/api/
Dping_sender_api.cpp47 void otPingSenderStop(otInstance *aInstance) { AsCoreType(aInstance).Get<Utils::PingSender>().Stop(… in otPingSenderStop()
/openthread-latest/src/core/diags/
DREADME.md73 Stop transmitting continuous carrier wave.
111 Stop transmitting a stream of characters.
199 Stop repeated packet transmission.
419 Stop diagnostics mode and print statistics.
441 Stop RCP diagnostics mode.

12345