Home
last modified time | relevance | path

Searched defs:GetState (Results 1 – 17 of 17) sorted by relevance

/openthread-latest/src/core/utils/
Djam_detector.hpp106 bool GetState(void) const { return mJamState; } in GetState() function in ot::Utils::JamDetector
/openthread-latest/src/core/meshcop/
Djoiner.hpp126 State GetState(void) const { return mState; } in GetState() function in ot::MeshCoP::Joiner
Dborder_agent.hpp153 State GetState(void) const { return mState; } in GetState() function in ot::MeshCoP::BorderAgent
Dcommissioner.hpp291 State GetState(void) const { return mState; } in GetState() function in ot::MeshCoP::Commissioner
/openthread-latest/src/core/net/
Dsrp_client.hpp159 ItemState GetState(void) const { return static_cast<ItemState>(mState); } in GetState() function in ot::Srp::Client::HostInfo
259 ItemState GetState(void) const { return static_cast<ItemState>(mState); } in GetState() function in ot::Srp::Client::Service
957 State GetState(void) const { return mState; } in GetState() function in ot::Srp::Client::AutoStart
1012 State GetState(void) const { return mState; } in GetState() function in ot::Srp::Client
Ddnssd.cpp95 Dnssd::State Dnssd::GetState(void) const in GetState() function in ot::Dnssd
Dnat64_translator.hpp166 State GetState(void) const { return mState; } in GetState() function in ot::Nat64::Translator
Ddns_dso.hpp398 State GetState(void) const { return mState; } in GetState() function in ot::Dns::Dso::Connection
Dsrp_server.hpp721 State GetState(void) const { return mState; } in GetState() function in ot::Srp::Server
Dmdns.hpp952 State GetState(void) const { return mState; } in GetState() function in ot::Dns::Multicast::Core::Entry
/openthread-latest/src/core/backbone_router/
Dbbr_local.hpp119 State GetState(void) const { return mState; } in GetState() function in ot::BackboneRouter::Local
/openthread-latest/src/core/radio/
Dradio.hpp927 inline otRadioState Radio::GetState(void) { return otPlatRadioGetState(GetInstancePtr()); } in GetState() function in ot::Radio
1076 inline otRadioState Radio::GetState(void) { return OT_RADIO_STATE_DISABLED; } in GetState() function in ot::Radio
/openthread-latest/src/core/thread/
Dnetwork_data_publisher.hpp348 State GetState(void) const { return mState; } in GetState() function in ot::NetworkData::Publisher::Entry
Dneighbor.hpp207 State GetState(void) const { return static_cast<State>(mState); } in GetState() function in ot::Neighbor
/openthread-latest/src/core/border_router/
Drouting_manager.cpp132 RoutingManager::State RoutingManager::GetState(void) const in GetState() function in ot::BorderRouter::RoutingManager
3718 Nat64::State RoutingManager::Nat64PrefixManager::GetState(void) const in GetState() function in ot::BorderRouter::RoutingManager::Nat64PrefixManager
3949 RoutingManager::PdPrefixManager::State RoutingManager::PdPrefixManager::GetState(void) const in GetState() function in ot::BorderRouter::RoutingManager::PdPrefixManager
Drouting_manager.hpp1192 State GetState(void) const { return mState; } in GetState() function in ot::BorderRouter::RoutingManager::OnLinkPrefixManager
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1918 otRadioState RadioSpinel::GetState(void) const in GetState() function in ot::Spinel::RadioSpinel