Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/thread/
Dneighbor.hpp333 Mle::DeviceMode GetDeviceMode(void) const { return Mle::DeviceMode(mMode); } in GetDeviceMode() function in ot::Neighbor
349 bool IsRxOnWhenIdle(void) const { return GetDeviceMode().IsRxOnWhenIdle(); } in IsRxOnWhenIdle()
357 bool IsFullThreadDevice(void) const { return GetDeviceMode().IsFullThreadDevice(); } in IsFullThreadDevice()
365 … NetworkData::Type GetNetworkDataType(void) const { return GetDeviceMode().GetNetworkDataType(); } in GetNetworkDataType()
Dchild.cpp131 VerifyOrExit(aMode != GetDeviceMode()); in SetDeviceMode()
Dchild_table.cpp292 childInfo.SetMode(aChild.GetDeviceMode().Get()); in StoreChild()
Dmle_router.cpp2186 oldMode = child->GetDeviceMode(); in HandleChildUpdateRequest()
2299 if (oldMode != child->GetDeviceMode()) in HandleChildUpdateRequest()
2302 child->GetDeviceMode().Get(), child->GetDeviceMode().ToString().AsCString()); in HandleChildUpdateRequest()
2995 SuccessOrExit(error = message->AppendModeTlv(aChild->GetDeviceMode())); in SendChildUpdateResponse()
Dnetwork_diagnostic.cpp208 entry.SetMode(child.GetDeviceMode()); in AppendChildTable()
275 error = Tlv::Append<ModeTlv>(aMessage, Get<Mle::MleRouter>().GetDeviceMode().Get()); in AppendDiagTlv()
Dmle.hpp309 DeviceMode GetDeviceMode(void) const { return mDeviceMode; } in GetDeviceMode() function in ot::Mle::Mle
Daddress_resolver.cpp593 VerifyOrExit(Get<Mle::Mle>().GetDeviceMode().GetNetworkDataType() == NetworkData::kFullSet); in ResolveUsingNetDataServices()
Dmle.cpp343 mInitiallyAttachedAsSleepy = !GetDeviceMode().IsRxOnWhenIdle(); in SetRole()
379 mDeviceMode.Set(networkInfo.GetDeviceMode() & ~DeviceMode::kModeFullThreadDevice); in Restore()
381 mDeviceMode.Set(networkInfo.GetDeviceMode()); in Restore()
/openthread-3.7.0/src/core/meshcop/
Dtcat_agent.cpp573 tas.mDeviceType = Get<Mle::Mle>().GetDeviceMode().IsFullThreadDevice(); in GetAdvertisementData()
574 tas.mRxOnWhenIdle = Get<Mle::Mle>().GetDeviceMode().IsRxOnWhenIdle(); in GetAdvertisementData()
/openthread-3.7.0/src/core/common/
Dsettings.cpp60 … Mle::RoleToString(static_cast<Mle::DeviceRole>(GetRole())), GetDeviceMode(), GetVersion(), in Log()
Dsettings.hpp177 uint8_t GetDeviceMode(void) const { return mDeviceMode; } in GetDeviceMode() function in ot::SettingsBase::NetworkInfo
/openthread-3.7.0/src/core/utils/
Dhistory_tracker.cpp78 mode = Get<Mle::Mle>().GetDeviceMode(); in RecordNetworkInfo()
/openthread-3.7.0/src/core/api/
Dthread_api.cpp89 AsCoreType(aInstance).Get<Mle::MleRouter>().GetDeviceMode().Get(config); in otThreadGetLinkMode()