Searched refs:GetDeviceMode (Results 1 – 13 of 13) sorted by relevance
307 Mle::DeviceMode GetDeviceMode(void) const { return Mle::DeviceMode(mMode); } in GetDeviceMode() function in ot::Neighbor321 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()
140 VerifyOrExit(aMode != GetDeviceMode()); in SetDeviceMode()
290 childInfo.SetMode(aChild.GetDeviceMode().Get()); in StoreChild()
2288 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()
191 entry.SetMode(child.GetDeviceMode()); in AppendChildTable()258 error = Tlv::Append<ModeTlv>(aMessage, Get<Mle::MleRouter>().GetDeviceMode().Get()); in AppendDiagTlv()
291 DeviceMode GetDeviceMode(void) const { return mDeviceMode; } in GetDeviceMode() function in ot::Mle::Mle
594 VerifyOrExit(Get<Mle::Mle>().GetDeviceMode().GetNetworkDataType() == NetworkData::kFullSet); in ResolveUsingNetDataServices()
349 mInitiallyAttachedAsSleepy = !GetDeviceMode().IsRxOnWhenIdle(); in SetRole()386 mDeviceMode.Set(networkInfo.GetDeviceMode() & ~DeviceMode::kModeFullThreadDevice); in Restore()388 mDeviceMode.Set(networkInfo.GetDeviceMode()); in Restore()
868 tas.mDeviceType = Get<Mle::Mle>().GetDeviceMode().IsFullThreadDevice(); in GetAdvertisementData()869 tas.mRxOnWhenIdle = Get<Mle::Mle>().GetDeviceMode().IsRxOnWhenIdle(); in GetAdvertisementData()
169 uint8_t GetDeviceMode(void) const { return mDeviceMode; } in GetDeviceMode() function in ot::SettingsBase::NetworkInfo
53 … Mle::RoleToString(static_cast<Mle::DeviceRole>(GetRole())), GetDeviceMode(), GetVersion(), in Log()
70 mode = Get<Mle::Mle>().GetDeviceMode(); in RecordNetworkInfo()
89 AsCoreType(aInstance).Get<Mle::MleRouter>().GetDeviceMode().Get(config); in otThreadGetLinkMode()