| /openthread-latest/src/core/thread/ |
| D | thread_netif.cpp | 82 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()
|
| D | announce_sender.cpp | 77 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()
|
| D | child_supervision.cpp | 151 void SupervisionListener::Stop(void) { mTimer.Stop(); } in Stop() function in ot::SupervisionListener 202 mTimer.Stop(); in RestartTimer()
|
| D | announce_sender.hpp | 95 void Stop(void); 236 void Stop(void);
|
| /openthread-latest/src/core/mac/ |
| D | sub_mac_wed.cpp | 48 mWedTimer.Stop(); in WedInit() 58 mWedTimer.Stop(); in UpdateWakeupListening()
|
| D | wakeup_tx_scheduler.cpp | 151 void WakeupTxScheduler::Stop(void) in Stop() function in ot::WakeupTxScheduler 154 mTimer.Stop(); in Stop()
|
| D | sub_mac.cpp | 94 mTimer.Stop(); in Init() 224 mCslTimer.Stop(); in Disable() 227 mWedTimer.Stop(); in Disable() 230 mTimer.Stop(); in Disable() 538 mTimer.Stop(); in HandleTransmitDone()
|
| D | wakeup_tx_scheduler.hpp | 95 void Stop(void);
|
| /openthread-latest/src/core/common/ |
| D | trickle_timer.hpp | 158 void Stop(void) { TimerMilli::Stop(); } in Stop() function in ot::TrickleTimer
|
| D | timer.cpp | 128 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
|
| D | timer.hpp | 309 void Stop(void); 456 void Stop(void);
|
| /openthread-latest/src/core/utils/ |
| D | jam_detector.cpp | 78 Error JamDetector::Stop(void) in Stop() function in ot::Utils::JamDetector 87 mTimer.Stop(); in Stop() 103 mTimer.Stop(); in CheckState()
|
| D | link_metrics_manager.cpp | 67 Stop(); in SetEnabled() 105 void LinkMetricsManager::Stop(void) in Stop() function in ot::Utils::LinkMetricsManager 109 mTimer.Stop(); in Stop() 192 Stop(); in HandleNotifierEvents()
|
| D | ping_sender.cpp | 115 void PingSender::Stop(void) in Stop() function in ot::Utils::PingSender 117 mTimer.Stop(); in Stop() 219 mTimer.Stop(); in HandleIcmpReceive()
|
| D | channel_monitor.cpp | 82 Error ChannelMonitor::Stop(void) in Stop() function in ot::Utils::ChannelMonitor 87 mTimer.Stop(); in Stop()
|
| D | mesh_diag.cpp | 150 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/ |
| D | dhcp6_client.cpp | 157 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/ |
| D | sniffer.proto | 16 // Stop the sniffer 17 rpc Stop(StopRequest) returns (StopResponse) {} rpc
|
| /openthread-latest/src/core/border_router/ |
| D | routing_manager.cpp | 290 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 …]
|
| D | routing_manager.hpp | 212 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/ |
| D | commissioner.hpp | 127 Error Stop(void) { return Stop(kSendKeepAliveToResign); } in Stop() function in ot::MeshCoP::Commissioner 379 Error Stop(ResignMode aResignMode);
|
| D | commissioner.cpp | 125 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()
|
| D | border_agent.cpp | 150 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/ |
| D | ping_sender_api.cpp | 47 void otPingSenderStop(otInstance *aInstance) { AsCoreType(aInstance).Get<Utils::PingSender>().Stop(… in otPingSenderStop()
|
| /openthread-latest/src/core/diags/ |
| D | README.md | 73 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.
|