Home
last modified time | relevance | path

Searched refs:SetState (Results 1 – 25 of 32) sorted by relevance

12

/openthread-latest/src/core/mac/
Dsub_mac.cpp212 SetState(kStateSleep); in Enable()
233 SetState(kStateDisabled); in Disable()
254 SetState(kStateSleep); in Sleep()
281 SetState(kStateReceive); in Receive()
418 SetState(kStateCslTransmit); in StartCsmaBackoff()
446 SetState(kStateCsmaBackoff); in StartCsmaBackoff()
499 SetState(kStateTransmit); in BeginTransmit()
597 SetState(kStateDelayBeforeRetx); in HandleTransmitDone()
609 SetState(kStateReceive); in HandleTransmitDone()
719 SetState(kStateEnergyScan); in EnergyScan()
[all …]
Dsub_mac_csl_receiver.cpp94 SetState(kStateCslSample); in CslSample()
Dsub_mac.hpp629 void SetState(State aState);
/openthread-latest/src/core/net/
Dsrp_client.cpp60 SetState(kRemoved); in Clear()
63 bool Client::HostInfo::SetState(ItemState aState) in SetState() function in ot::Srp::Client::HostInfo
122 bool Client::Service::SetState(ItemState aState) in SetState() function in ot::Srp::Client::Service
300 void Client::AutoStart::SetState(State aState) in SetState() function in ot::Srp::Client::AutoStart
478 SetState(kStateStopped); in Stop()
501 SetState(kStateUpdated); in Resume()
531 SetState(kStatePaused); in Pause()
602 mHostInfo.SetState(kToAdd); in SetHostName()
767 mHostInfo.SetState(kToAdd); in UpdateHostInfoStateOnAddressChange()
771 mHostInfo.SetState(kToRefresh); in UpdateHostInfoStateOnAddressChange()
[all …]
Ddns_dso.cpp105 void Dso::Connection::SetState(State aState) in SetState() function in ot::Dns::Dso::Connection
174 SetState(kStateConnecting); in MarkAsConnecting()
191 SetState(kStateConnectedButSessionless); in HandleConnected()
250 SetState(kStateDisconnected); in MarkAsDisconnected()
269 SetState(kStateSessionEstablished); in MarkSessionEstablished()
583 SetState(kStateEstablishingSession); in SendMessage()
593 SetState(kStateSessionEstablished); in SendMessage()
785 SetState(kStateEstablishingSession); in ProcessRequestOrUnidirectionalMessage()
880 SetState(kStateSessionEstablished); in ProcessResponseMessage()
Dsrp_client.hpp163 bool SetState(ItemState aState);
285 bool SetState(ItemState aState);
390 void DisableAutoStartMode(void) { mAutoStart.SetState(AutoStart::kDisabled); } in DisableAutoStartMode()
958 void SetState(State aState);
1013 void SetState(State aState);
/openthread-latest/src/core/radio/
Dtrel_link.cpp77 SetState(kStateSleep); in Enable()
87 SetState(kStateDisabled); in Disable()
94 SetState(kStateSleep); in Sleep()
101 SetState(kStateReceive); in Receive()
108 SetState(kStateTransmit); in Send()
248 SetState(kStateReceive); in InvokeSendDone()
485 void Link::SetState(State aState) in SetState() function in ot::Trel::Link
Dtrel_link.hpp179 void SetState(State aState);
/openthread-latest/src/core/thread/
Dnetwork_data_publisher.cpp250 void Publisher::Entry::SetState(State aState) in SetState() function in ot::NetworkData::Publisher::Entry
298 SetState(kAdding); in UpdateState()
311 SetState(kToAdd); in UpdateState()
334 SetState(kRemoving); in UpdateState()
347 SetState(kAdded); in UpdateState()
526 SetState(kToAdd); in Publish()
587 SetState(kAdded); in Add()
620 SetState(aNextState); in Remove()
836 SetState(kToAdd); in Publish()
873 SetState(kAdded); in Add()
[all …]
Dneighbor.cpp40 void Neighbor::SetState(State aState) in SetState() function in ot::Neighbor
113 SetState(kStateInvalid); in Init()
Dmle_router.cpp729 neighbor->SetState(Neighbor::kStateLinkRequest); in HandleLinkRequest()
1053 router->SetState(Neighbor::kStateValid); in HandleLinkAcceptVariant()
1363 router->SetState(Neighbor::kStateLinkRequest); in HandleAdvertisementOnFtd()
1437 aRouter.SetState(Neighbor::kStateLinkRequest); in EstablishRouterLinkOnFtdChild()
1511 child->SetState(Neighbor::kStateParentRequest); in HandleParentRequest()
2174 child->SetState(Neighbor::kStateChildIdRequest); in HandleChildIdRequest()
2213 child->SetState(Neighbor::kStateChildIdRequest); in HandleChildIdRequest()
3039 aChild.SetState(Child::kStateChildUpdateRequest); in SendChildUpdateRequestToChild()
3288 aNeighbor.SetState(Neighbor::kStateInvalid); in RemoveNeighbor()
3454 router->SetState(Neighbor::kStateValid); in HandleAddressSolicitResponse()
[all …]
Dneighbor.hpp214 void SetState(State aState);
Dchild_table.cpp245 child->SetState(Neighbor::kStateRestored); in Restore()
Dnetwork_data_publisher.hpp349 void SetState(State aState);
/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp83 SetState(kStateSecondary); in SetEnabled()
91 SetState(kStateDisabled); in SetEnabled()
109 SetState(kStateSecondary); in Reset()
208 void Local::SetState(State aState) in SetState() function in ot::BackboneRouter::Local
276 SetState(kStatePrimary); in HandleBackboneRouterPrimaryUpdate()
Dbbr_local.hpp268 void SetState(State aState);
/openthread-latest/src/core/meshcop/
Djoiner.cpp97 void Joiner::SetState(State aState) in SetState() function in ot::MeshCoP::Joiner
167 SetState(kStateDiscover); in Start()
210 SetState(kStateIdle); in Finish()
365 SetState(kStateConnect); in Connect()
383 SetState(kStateConnected); in HandleSecureCoapClientConnect()
492 SetState(kStateEntrust); in HandleJoinerFinalizeResponse()
550 SetState(kStateJoined); in SendJoinerEntrustResponse()
Dsecure_transport.cpp95 void SecureSession::SetState(State aState) in SetState() function in ot::MeshCoP::SecureSession
167 SetState(kStateInitializing); in Setup()
317 SetState(kStateConnecting); in Setup()
326 SetState(kStateDisconnected); in Setup()
340 SetState(kStateDisconnecting); in Disconnect()
501 SetState(kStateDisconnected); in HandleTimer()
524 SetState(kStateConnected); in Process()
783 session.SetState(SecureSession::kStateDisconnected); in Close()
Djoiner.hpp209 void SetState(State aState);
Dcommissioner.cpp70 void Commissioner::SetState(State aState) in SetState() function in ot::MeshCoP::Commissioner
281 SetState(kStatePetition); in Start()
318 SetState(kStateDisabled); in Stop()
797 SetState(kStateActive); in HandleLeaderPetitionResponse()
Dcommissioner.hpp441 void SetState(State aState);
/openthread-latest/tests/unit/
Dtest_child_table.cpp76 child.SetState(aState); in StateMatchesFilter()
335 child->SetState(testChildList[i].mState); in TestChildTable()
357 child->SetState(testChildList[i - 1].mState); in TestChildTable()
386 child->SetState(Child::kStateValid); in TestChildTable()
Dtest_link_metrics_manager.cpp130 child->SetState(mTestChildList[i].mState); in TestLinkMetricsManager()
187 child2->SetState(Child::kStateInvalid); in TestLinkMetricsManager()
Dtest_toolchain.cpp101 neighbor.SetState(Neighbor::kStateValid); in test_packed_enum()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp2493 void RoutingManager::OnLinkPrefixManager::SetState(State aState) in SetState() function in ot::BorderRouter::RoutingManager::OnLinkPrefixManager
2600 SetState(kDeprecating); in GenerateLocalPrefix()
2606 SetState(kIdle); in GenerateLocalPrefix()
2627 SetState(kDeprecating); in Stop()
2721 SetState(kPublishing); in PublishAndAdvertise()
2733 SetState(kAdvertising); in PublishAndAdvertise()
2753 SetState(kDeprecating); in Deprecate()
2863 SetState(kAdvertising); in HandleNetDataChange()
2975 SetState(kIdle); in HandleTimer()

12