/openthread-2.7.6/src/core/net/ |
D | srp_client.cpp | 72 if (aState != GetState()) in SetState() 74 …otLogInfoSrp("[client] HostInfo %s -> %s", ItemStateToString(GetState()), ItemStateToString(aState… in SetState() 112 VerifyOrExit(GetState() != aState); in SetState() 114 …otLogInfoSrp("[client] Service %s -> %s, \"%s\" \"%s\"", ItemStateToString(GetState()), ItemStateT… in SetState() 214 VerifyOrExit(GetState() == kStateStopped, in Start() 266 VerifyOrExit(GetState() != kStateStopped); in Stop() 368 VerifyOrExit(GetState() == kStatePaused); in HandleRoleChanged() 373 VerifyOrExit(GetState() != kStateStopped); in HandleRoleChanged() 386 …VerifyOrExit((mHostInfo.GetState() == kToAdd) || (mHostInfo.GetState() == kRemoved), error = kErro… in SetDomainName() 402 …VerifyOrExit((mHostInfo.GetState() == kToAdd) || (mHostInfo.GetState() == kRemoved), error = kErro… in SetHostName() [all …]
|
D | srp_client.hpp | 151 ItemState GetState(void) const { return static_cast<ItemState>(mState); } in GetState() function in ot::Srp::Client::HostInfo 262 ItemState GetState(void) const { return static_cast<ItemState>(mState); } in GetState() function in ot::Srp::Client::Service 809 State GetState(void) const { return mState; } in GetState() function in ot::Srp::Client
|
D | srp_server.hpp | 616 State GetState(void) const { return mState; } in GetState() function in ot::Srp::Server
|
/openthread-2.7.6/src/core/thread/ |
D | network_data_publisher.cpp | 294 switch (GetState()) in UpdateState() 373 VerifyOrExit((GetState() == kAdding) || (GetState() == kRemoving)); in HandleTimer() 377 registerWithLeader = (GetState() == kAdding) ? Add() : Remove(/* aNextState */ kToAdd); in HandleTimer() 472 string.Append(" (state:%s)", StateToString(GetState())); in ToString() 543 if (GetState() != kNoEntry) in Publish() 590 if (GetState() == kAdded) in HandleNotifierEvents() 648 VerifyOrExit((GetState() == kAdded) || (GetState() == kRemoving)); in Remove() 701 VerifyOrExit(GetState() != kNoEntry); in Process() 937 VerifyOrExit((GetState() == kAdded) || (GetState() == kRemoving)); in Remove() 972 VerifyOrExit(GetState() != kNoEntry); in Process()
|
D | network_data_publisher.hpp | 295 State GetState(void) const { return mState; } in GetState() function in ot::NetworkData::Publisher::Entry 394 bool IsInUse(void) const { return GetState() != kNoEntry; } in IsInUse()
|
D | radio_selector.cpp | 380 preferenceString.AsCString(), Neighbor::StateToString(aNeighbor.GetState())); in Log()
|
D | topology.cpp | 96 switch (GetState()) in IsStateValidOrAttaching()
|
D | topology.hpp | 215 State GetState(void) const { return static_cast<State>(mState); } in GetState() function in ot::Neighbor
|
/openthread-2.7.6/src/core/api/ |
D | border_agent_api.cpp | 49 return static_cast<otBorderAgentState>(instance.Get<MeshCoP::BorderAgent>().GetState()); in otBorderAgentGetState()
|
D | joiner_api.cpp | 72 return static_cast<otJoinerState>(instance.Get<MeshCoP::Joiner>().GetState()); in otJoinerGetState()
|
D | jam_detection_api.cpp | 114 return instance.Get<Utils::JamDetector>().GetState(); in otJamDetectionGetState()
|
D | backbone_router_ftd_api.cpp | 56 return instance.Get<BackboneRouter::Local>().GetState(); in otBackboneRouterGetState()
|
D | srp_server_api.cpp | 63 return static_cast<otSrpServerState>(instance.Get<Srp::Server>().GetState()); in otSrpServerGetState()
|
D | commissioner_api.cpp | 205 return static_cast<otCommissionerState>(instance.Get<MeshCoP::Commissioner>().GetState()); in otCommissionerGetState()
|
/openthread-2.7.6/src/core/utils/ |
D | jam_detector.hpp | 109 bool GetState(void) const { return mJamState; } in GetState() function in ot::Utils::JamDetector
|
D | otns.cpp | 106 EmitStatus("joiner_state=%d", Get<MeshCoP::Joiner>().GetState()); in HandleNotifierEvents()
|
/openthread-2.7.6/src/core/backbone_router/ |
D | bbr_local.hpp | 100 BackboneRouterState GetState(void) const { return mState; } in GetState() function in ot::BackboneRouter::Local
|
/openthread-2.7.6/src/core/radio/ |
D | radio.hpp | 368 otRadioState GetState(void); 746 inline otRadioState Radio::GetState(void) in GetState() function in ot::Radio 912 inline otRadioState Radio::GetState(void) in GetState() function in ot::Radio
|
/openthread-2.7.6/tests/unit/ |
D | test_toolchain.cpp | 102 VerifyOrQuit(neighbor.GetState() == ot::Neighbor::kStateValid, "OT_TOOL_PACKED failed 4"); in test_packed_enum()
|
D | test_child_table.cpp | 65 return (aChild.GetState() == aTestChild.mState) && (aChild.GetRloc16() == aTestChild.mRloc16) && in ChildMatches()
|
/openthread-2.7.6/src/core/meshcop/ |
D | joiner.hpp | 123 State GetState(void) const { return mState; } in GetState() function in ot::MeshCoP::Joiner
|
D | border_agent.hpp | 103 State GetState(void) const { return mState; } in GetState() function in ot::MeshCoP::BorderAgent
|
D | commissioner.hpp | 269 State GetState(void) const { return mState; } in GetState() function in ot::MeshCoP::Commissioner
|
/openthread-2.7.6/src/lib/spinel/ |
D | radio_spinel.hpp | 314 otRadioState GetState(void) const;
|
/openthread-2.7.6/src/posix/platform/ |
D | radio.cpp | 563 return sRadioSpinel.GetState(); in otPlatRadioGetState()
|