/openthread-latest/src/core/thread/ |
D | thread_netif.cpp | 53 IgnoreError(Get<Utils::ChannelMonitor>().Start()); in Up() 55 Get<MeshForwarder>().Start(); in Up() 61 IgnoreError(Get<Tmf::Agent>().Start()); in Up() 63 IgnoreError(Get<Dns::ServiceDiscovery::Server>().Start()); in Up() 66 IgnoreError(Get<Dns::Client>().Start()); in Up() 69 IgnoreError(Get<Sntp::Client>().Start()); in Up()
|
D | energy_scan_server.cpp | 86 mTimer.Start(kScanDelay); in HandleTmf() 146 mTimer.Start(kReportDelay); in HandleScanResult() 162 mTimer.Start(mPeriod); in HandleScanResult() 166 mTimer.Start(kReportDelay); in HandleScanResult()
|
D | announce_sender.cpp | 71 mTimer.Start(Random::NonCrypto::GetUint32InRange(0, mJitter + 1)); in SendAnnounce() 137 mTimer.Start(Random::NonCrypto::AddJitter(mPeriod, mJitter)); in HandleTimer() 226 mTrickleTimer.Start(TrickleTimer::kModeTrickle, kInterval, kInterval, kRedundancyConstant); in HandleRoleChanged()
|
D | network_data_notifier.cpp | 100 mTimer.Start(kDelayNoBufs); in SynchronizeServerData() 104 mTimer.Start(Time::SecToMsec(Get<Mle::MleRouter>().GetRouterRoleTransitionTimeout() + 1)); in SynchronizeServerData() 267 mTimer.Start(mNextDelay + 1); in HandleCoapResponse()
|
D | child_supervision.cpp | 149 void SupervisionListener::Start(void) { RestartTimer(); } in Start() function in ot::SupervisionListener 198 mTimer.Start(Time::SecToMsec(mTimeout)); in RestartTimer()
|
/openthread-latest/src/cli/ |
D | README_COMMISSIONING.md | 7 ## Quick Start 50 1. Start the Joiner node and obtain the Joiner's IEEE EUI-64. 58 ### Start Commissioner argument 60 1. Start the Commissioner Role 76 ### Start Joiner argument 84 2. Start the Joiner process.
|
D | README_SRP.md | 3 ## Quick Start 5 ### Start SRP Server argument 7 Start the SRP Server node: 49 ### Start SRP Client argument 51 Start the SRP Client node:
|
D | README_JOINER.md | 3 ## Quick Start 68 Start the Joiner role.
|
/openthread-latest/tools/otci/ |
D | README.md | 25 # Start node1 to become Leader 35 # Start Commissioner on node1 41 # Start node2 45 # Start Joiner on node2 to join the network
|
/openthread-latest/examples/apps/cli/ |
D | README.md | 12 ## 2. Start node 1 49 Start Thread protocol operation: 75 ## 2. Start node 2 100 Start Thread protocol operation:
|
/openthread-latest/tests/unit/ |
D | test_trickle_timer.cpp | 122 timer.Start(TrickleTimer::kModePlainTimer, kMinInterval, kMaxInterval, 0); in TestTrickleTimerPlainMode() 167 timer.Start(TrickleTimer::kModeTrickle, kMinInterval, kMaxInterval, aRedundancyConstant); in TestTrickleTimerTrickleMode() 250 timer.Start(TrickleTimer::kModeTrickle, 2000, 4000); in TestTrickleTimerMinMaxIntervalChange() 390 timer.Start(TrickleTimer::kModeTrickle, 2000, 2000); in TestTrickleTimerMinMaxIntervalChange() 419 timer.Start(TrickleTimer::kModeTrickle, 2000, 2000); in TestTrickleTimerMinMaxIntervalChange() 448 timer.Start(TrickleTimer::kModeTrickle, 2000, 2000); in TestTrickleTimerMinMaxIntervalChange() 478 timer.Start(TrickleTimer::kModeTrickle, 2000, 2000); in TestTrickleTimerMinMaxIntervalChange()
|
D | test_timer.cpp | 152 timer.Start(kTimerInterval); in TestOneTimer() 176 timer.Start(kTimerInterval); in TestOneTimer() 200 timer.Start(kTimerInterval); in TestOneTimer() 224 timer.Start(kTimerInterval); in TestOneTimer() 279 timer1.Start(kTimerInterval); in TestTwoTimers() 291 timer2.Start(kTimerInterval); in TestTwoTimers() 331 timer1.Start(kTimerInterval); in TestTwoTimers() 378 timer1.Start(kTimerInterval); in TestTwoTimers() 390 timer2.Start(Timer::kMaxDelay); in TestTwoTimers() 509 timers[i]->Start(kTimerInterval[i]); in TenTimers()
|
D | test_hmac_sha256.cpp | 104 sha256.Start(); in TestSha256() 130 sha256.Start(); in TestSha256() 247 hmac.Start(static_cast<const Crypto::Key &>(testCase.mKey)); in TestHmacSha256() 273 hmac.Start(static_cast<const Crypto::Key &>(testCase.mKey)); in TestHmacSha256()
|
D | test_ecdsa.cpp | 105 sha256.Start(); in TestEcdsaVector() 158 sha256.Start(); in TestEcdsaKeyGenerationSignAndVerify() 172 sha256.Start(); in TestEcdsaKeyGenerationSignAndVerify()
|
/openthread-latest/src/core/common/ |
D | trickle_timer.cpp | 209 void TrickleTimer::Start(Mode aMode, uint32_t aIntervalMin, uint32_t aIntervalMax, uint16_t aRedund… in Start() function in ot::TrickleTimer 268 TimerMilli::Start(mTimeInInterval); in StartNewInterval() 292 TimerMilli::Start(mInterval - mTimeInInterval); in HandleTimer()
|
/openthread-latest/src/core/utils/ |
D | link_metrics_manager.cpp | 63 Start(); in SetEnabled() 91 void LinkMetricsManager::Start(void) in Start() function in ot::Utils::LinkMetricsManager 100 mTimer.Start(kTimeBeforeStartMilliSec); in Start() 188 Start(); in HandleNotifierEvents() 202 mTimer.Start(kStateUpdateIntervalMilliSec); in HandleTimer()
|
D | jam_detector.cpp | 60 Error JamDetector::Start(Handler aHandler, void *aContext) in Start() function in ot::Utils::JamDetector 114 mTimer.Start(kMinSampleInterval); in CheckState() 191 mTimer.Start(mSampleInterval + Random::NonCrypto::GetUint32InRange(0, kMaxRandomDelay)); in HandleTimer()
|
D | channel_monitor.cpp | 69 Error ChannelMonitor::Start(void) in Start() function in ot::Utils::ChannelMonitor 75 mTimer.Start(kTimerInterval); in Start()
|
/openthread-latest/src/core/meshcop/ |
D | border_agent.hpp | 286 void Start(void) { IgnoreError(Start(kUdpPort)); } in Start() function in ot::MeshCoP::BorderAgent 287 Error Start(uint16_t aUdpPort); 288 Error Start(uint16_t aUdpPort, const uint8_t *aPsk, uint8_t aPskLength);
|
D | border_agent.cpp | 107 Error BorderAgent::Start(uint16_t aUdpPort) in Start() function in ot::MeshCoP::BorderAgent 113 error = Start(aUdpPort, pskc.m8, Pskc::kSize); in Start() 119 Error BorderAgent::Start(uint16_t aUdpPort, const uint8_t *aPsk, uint8_t aPskLength) in Start() function in ot::MeshCoP::BorderAgent 192 Start(); in HandleNotifierEvents() 285 mTimer.Start(kKeepAliveTimeout); in HandleConnected() 340 mTimer.Start(kKeepAliveTimeout); in HandleTmfCommissionerKeepAlive() 798 …error = Start(aUdpPort, reinterpret_cast<const uint8_t *>(aKeyString), static_cast<uint8_t>(length… in SetEphemeralKey() 803 IgnoreError(Start(mOldUdpPort)); in SetEphemeralKey() 817 mEphemeralKeyTimer.Start(aTimeout); in SetEphemeralKey() 880 IgnoreError(Start(mOldUdpPort)); in RestartAfterRemovingEphemeralKey()
|
D | joiner_router.cpp | 58 Start(); in HandleNotifierEvents() 62 void JoinerRouter::Start(void) in Start() function in ot::MeshCoP::JoinerRouter 114 Start(); in SetJoinerUdpPort() 247 mTimer.Start(0); in SendDelayedJoinerEntrust()
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_node.cpp | 43 SuccessOrQuit(Get<Mle::MleRouter>().Start()); in Form() 75 SuccessOrQuit(Get<Mle::MleRouter>().Start()); in Join()
|
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/proto/ |
D | sniffer.proto | 7 // Start the sniffer 8 rpc Start(StartRequest) returns (StartResponse) {} rpc
|
/openthread-latest/src/core/backbone_router/ |
D | backbone_tmf.cpp | 53 Error BackboneTmfAgent::Start(void) in Start() function in ot::BackboneRouter::BackboneTmfAgent 57 SuccessOrExit(error = Coap::Start(kBackboneUdpPort, Ip6::kNetifBackbone)); in Start()
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.cpp | 286 Start(); in EvaluateState() 294 void RoutingManager::Start(void) in Start() function in ot::BorderRouter::RoutingManager 301 mRxRaTracker.Start(); in Start() 302 mOnLinkPrefixManager.Start(); in Start() 303 mOmrPrefixManager.Start(); in Start() 304 mRoutePublisher.Start(); in Start() 305 mRsSender.Start(); in Start() 307 mPdPrefixManager.Start(); in Start() 310 mNat64PrefixManager.Start(); in Start() 1147 void RoutingManager::RxRaTracker::Start(void) { HandleNetDataChange(); } in Start() function in ot::BorderRouter::RoutingManager::RxRaTracker [all …]
|