Home
last modified time | relevance | path

Searched refs:GetRole (Results 1 – 16 of 16) sorted by relevance

/openthread-latest/src/core/net/
Dip6_filter.cpp60 if (Get<Mle::MleRouter>().GetRole() == Mle::kRoleDisabled) in Accept()
Dip6_mpl.cpp311 switch (Get<Mle::Mle>().GetRole()) in DetermineMaxRetransmissions()
/openthread-latest/tests/nexus/
Dtest_large_network.cpp49 aRoleStats[node.Get<Mle::Mle>().GetRole()]++; in CaculateRoleStats()
/openthread-latest/src/core/thread/
Dtime_sync_service.cpp203 switch (Get<Mle::MleRouter>().GetRole()) in CheckAndHandleChanges()
Dannounce_sender.cpp201 switch (Get<Mle::Mle>().GetRole()) in HandleRoleChanged()
Dmle.hpp236 DeviceRole GetRole(void) const { return mRole; } in GetRole() function in ot::Mle::Mle
Dmle.cpp394 mLastSavedRole = static_cast<DeviceRole>(networkInfo.GetRole()); in Restore()
/openthread-latest/src/core/utils/
Djam_detector.cpp99 switch (Get<Mle::MleRouter>().GetRole()) in CheckState()
Dotns.cpp91 EmitStatus("role=%d", Get<Mle::Mle>().GetRole()); in HandleNotifierEvents()
Dhistory_tracker.cpp67 entry->mRole = MapEnum(Get<Mle::Mle>().GetRole()); in RecordNetworkInfo()
/openthread-latest/src/core/radio/
Dtrel_link.cpp278 switch (Get<Mle::MleRouter>().GetRole()) in HandleTimer()
/openthread-latest/src/core/common/
Dsettings.hpp155 uint8_t GetRole(void) const { return mRole; } in GetRole() function in ot::SettingsBase::NetworkInfo
Dsettings.cpp53 … Mle::RoleToString(static_cast<Mle::DeviceRole>(GetRole())), GetDeviceMode(), GetVersion(), in Log()
/openthread-latest/src/core/meshcop/
Djoiner.cpp130 VerifyOrExit(Get<ThreadNetif>().IsUp() && Get<Mle::Mle>().GetRole() == Mle::kRoleDisabled, in Start()
Ddataset_manager.cpp327 switch (Get<Mle::MleRouter>().GetRole()) in SaveLocal()
/openthread-latest/src/core/api/
Dthread_api.cpp314 return MapEnum(AsCoreType(aInstance).Get<Mle::MleRouter>().GetRole()); in otThreadGetDeviceRole()