Home
last modified time | relevance | path

Searched refs:Start (Results 1 – 25 of 131) sorted by relevance

123456

/openthread-latest/src/core/thread/
Dthread_netif.cpp53 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()
Denergy_scan_server.cpp86 mTimer.Start(kScanDelay); in HandleTmf()
146 mTimer.Start(kReportDelay); in HandleScanResult()
162 mTimer.Start(mPeriod); in HandleScanResult()
166 mTimer.Start(kReportDelay); in HandleScanResult()
Dannounce_sender.cpp71 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()
Dnetwork_data_notifier.cpp100 mTimer.Start(kDelayNoBufs); in SynchronizeServerData()
104 mTimer.Start(Time::SecToMsec(Get<Mle::MleRouter>().GetRouterRoleTransitionTimeout() + 1)); in SynchronizeServerData()
267 mTimer.Start(mNextDelay + 1); in HandleCoapResponse()
Dchild_supervision.cpp149 void SupervisionListener::Start(void) { RestartTimer(); } in Start() function in ot::SupervisionListener
198 mTimer.Start(Time::SecToMsec(mTimeout)); in RestartTimer()
/openthread-latest/src/cli/
DREADME_COMMISSIONING.md7 ## 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.
DREADME_SRP.md3 ## Quick Start
5 ### Start SRP Server argument
7 Start the SRP Server node:
49 ### Start SRP Client argument
51 Start the SRP Client node:
DREADME_JOINER.md3 ## Quick Start
68 Start the Joiner role.
/openthread-latest/tools/otci/
DREADME.md25 # 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/
DREADME.md12 ## 2. Start node 1
49 Start Thread protocol operation:
75 ## 2. Start node 2
100 Start Thread protocol operation:
/openthread-latest/tests/unit/
Dtest_trickle_timer.cpp122 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()
Dtest_timer.cpp152 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()
Dtest_hmac_sha256.cpp104 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()
Dtest_ecdsa.cpp105 sha256.Start(); in TestEcdsaVector()
158 sha256.Start(); in TestEcdsaKeyGenerationSignAndVerify()
172 sha256.Start(); in TestEcdsaKeyGenerationSignAndVerify()
/openthread-latest/src/core/common/
Dtrickle_timer.cpp209 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/
Dlink_metrics_manager.cpp63 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()
Djam_detector.cpp60 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()
Dchannel_monitor.cpp69 Error ChannelMonitor::Start(void) in Start() function in ot::Utils::ChannelMonitor
75 mTimer.Start(kTimerInterval); in Start()
/openthread-latest/src/core/meshcop/
Dborder_agent.hpp286 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);
Dborder_agent.cpp107 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()
Djoiner_router.cpp58 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/
Dnexus_node.cpp43 SuccessOrQuit(Get<Mle::MleRouter>().Start()); in Form()
75 SuccessOrQuit(Get<Mle::MleRouter>().Start()); in Join()
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/proto/
Dsniffer.proto7 // Start the sniffer
8 rpc Start(StartRequest) returns (StartResponse) {} rpc
/openthread-latest/src/core/backbone_router/
Dbackbone_tmf.cpp53 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/
Drouting_manager.cpp286 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 …]

123456