Home
last modified time | relevance | path

Searched refs:GetDeviceMode (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/src/core/thread/
Dneighbor.hpp307 Mle::DeviceMode GetDeviceMode(void) const { return Mle::DeviceMode(mMode); } in GetDeviceMode() function in ot::Neighbor
321 bool IsRxOnWhenIdle(void) const { return GetDeviceMode().IsRxOnWhenIdle(); } in IsRxOnWhenIdle()
328 bool IsFullThreadDevice(void) const { return GetDeviceMode().IsFullThreadDevice(); } in IsFullThreadDevice()
335 … NetworkData::Type GetNetworkDataType(void) const { return GetDeviceMode().GetNetworkDataType(); } in GetNetworkDataType()
Dchild.cpp140 VerifyOrExit(aMode != GetDeviceMode()); in SetDeviceMode()
Dchild_table.cpp290 childInfo.SetMode(aChild.GetDeviceMode().Get()); in StoreChild()
Dmle_router.cpp2288 oldMode = child->GetDeviceMode(); in HandleChildUpdateRequestOnParent()
2402 if (oldMode != child->GetDeviceMode()) in HandleChildUpdateRequestOnParent()
2405 child->GetDeviceMode().Get(), child->GetDeviceMode().ToString().AsCString()); in HandleChildUpdateRequestOnParent()
3105 SuccessOrExit(error = message->AppendModeTlv(aChild->GetDeviceMode())); in SendChildUpdateResponseToChild()
Dnetwork_diagnostic.cpp191 entry.SetMode(child.GetDeviceMode()); in AppendChildTable()
258 error = Tlv::Append<ModeTlv>(aMessage, Get<Mle::MleRouter>().GetDeviceMode().Get()); in AppendDiagTlv()
Dmle.hpp291 DeviceMode GetDeviceMode(void) const { return mDeviceMode; } in GetDeviceMode() function in ot::Mle::Mle
Daddress_resolver.cpp594 VerifyOrExit(Get<Mle::Mle>().GetDeviceMode().GetNetworkDataType() == NetworkData::kFullSet); in ResolveUsingNetDataServices()
Dmle.cpp349 mInitiallyAttachedAsSleepy = !GetDeviceMode().IsRxOnWhenIdle(); in SetRole()
386 mDeviceMode.Set(networkInfo.GetDeviceMode() & ~DeviceMode::kModeFullThreadDevice); in Restore()
388 mDeviceMode.Set(networkInfo.GetDeviceMode()); in Restore()
/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp868 tas.mDeviceType = Get<Mle::Mle>().GetDeviceMode().IsFullThreadDevice(); in GetAdvertisementData()
869 tas.mRxOnWhenIdle = Get<Mle::Mle>().GetDeviceMode().IsRxOnWhenIdle(); in GetAdvertisementData()
/openthread-latest/src/core/common/
Dsettings.hpp169 uint8_t GetDeviceMode(void) const { return mDeviceMode; } in GetDeviceMode() function in ot::SettingsBase::NetworkInfo
Dsettings.cpp53 … Mle::RoleToString(static_cast<Mle::DeviceRole>(GetRole())), GetDeviceMode(), GetVersion(), in Log()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp70 mode = Get<Mle::Mle>().GetDeviceMode(); in RecordNetworkInfo()
/openthread-latest/src/core/api/
Dthread_api.cpp89 AsCoreType(aInstance).Get<Mle::MleRouter>().GetDeviceMode().Get(config); in otThreadGetLinkMode()