Home
last modified time | relevance | path

Searched refs:IsRxOnWhenIdle (Results 1 – 23 of 23) sorted by relevance

/openthread-3.5.0/src/core/thread/
Dmle_types.cpp49 aModeConfig.mRxOnWhenIdle = IsRxOnWhenIdle(); in Get()
66 …string.Append("rx-on:%s ftd:%s full-net:%s", ToYesNo(IsRxOnWhenIdle()), ToYesNo(IsFullThreadDevice… in ToString()
Dneighbor.hpp349 bool IsRxOnWhenIdle(void) const { return GetDeviceMode().IsRxOnWhenIdle(); } in IsRxOnWhenIdle() function in ot::Neighbor
580 …IsThreadVersionCslCapable(void) const { return IsThreadVersion1p2OrHigher() && !IsRxOnWhenIdle(); } in IsThreadVersionCslCapable()
Dindirect_sender.cpp96 OT_ASSERT(!aChild.IsRxOnWhenIdle()); in AddMessageForSleepyChild()
172 if (!aChild.IsRxOnWhenIdle() && (aChild.IsStateValid())) in HandleChildModeChange()
180 …if (!aOldMode.IsRxOnWhenIdle() && aChild.IsRxOnWhenIdle() && (aChild.GetIndirectMessageCount() > 0… in HandleChildModeChange()
Dmle_types.hpp232 bool IsRxOnWhenIdle(void) const { return (mMode & kModeRxOnWhenIdle) != 0; } in IsRxOnWhenIdle() function in ot::Mle::DeviceMode
276 bool IsValid(void) const { return !IsFullThreadDevice() || IsRxOnWhenIdle(); } in IsValid()
Ddiscover_scanner.cpp156 if (!Get<Mle>().IsDisabled() && !Get<Mle>().IsRxOnWhenIdle()) in Discover()
235 if (!Get<Mle>().IsDisabled() && !Get<Mle>().IsRxOnWhenIdle()) in HandleDiscoverComplete()
Dmle.cpp348 mInitiallyAttachedAsSleepy = !GetDeviceMode().IsRxOnWhenIdle(); in SetRole()
629 if (!IsRxOnWhenIdle()) in Attach()
851 … if (!mInitiallyAttachedAsSleepy && oldMode.IsRxOnWhenIdle() && !mDeviceMode.IsRxOnWhenIdle()) in SetDeviceMode()
1108 if (!IsRxOnWhenIdle()) in HasUnregisteredAddress()
1189 (!IsRxOnWhenIdle() in HandleNotifierEvents()
1614 else if (!IsRxOnWhenIdle()) in Reattach()
1684 if (!IsRxOnWhenIdle()) in SendDelayedResponse()
1841 if (!IsRxOnWhenIdle()) in SendChildIdRequest()
1913 if (!IsRxOnWhenIdle()) in SendDataRequest()
1922 if (IsChild() && !IsRxOnWhenIdle()) in SendDataRequest()
[all …]
Dannounce_sender.cpp218 if (Get<Mle::MleRouter>().IsRouterEligible() && Get<Mle::Mle>().IsRxOnWhenIdle()) in HandleRoleChanged()
Dchild_supervision.cpp101 if (child.IsRxOnWhenIdle() || (child.GetSupervisionInterval() == 0)) in HandleTimeTick()
Dneighbor.cpp105 mRxOnWhenIdle = aNeighbor.IsRxOnWhenIdle(); in SetFrom()
Dnetwork_diagnostic_tlvs.cpp54 mFlags |= aChild.IsRxOnWhenIdle() ? kFlagsRxOnWhenIdle : 0; in InitFrom()
Dmesh_forwarder_ftd.cpp87 if (!child.IsRxOnWhenIdle()) in SendMessage()
98 … if (!child.IsRxOnWhenIdle() && child.HasIp6Address(ip6Header.GetDestination())) in SendMessage()
110 … if ((neighbor != nullptr) && !neighbor->IsRxOnWhenIdle() && !aMessage.IsDirectTransmission() && in SendMessage()
128 OT_ASSERT((child != nullptr) && !child->IsRxOnWhenIdle()); in SendMessage()
Dchild.cpp63 mRxOnWhenIdle = aChild.IsRxOnWhenIdle(); in SetFrom()
Dchild_table.cpp324 …if (child->IsStateValidOrRestoring() && !child->IsRxOnWhenIdle() && child->HasIp6Address(aIp6Addre… in HasSleepyChildWithAddress()
Dmle.hpp323 bool IsRxOnWhenIdle(void) const { return mDeviceMode.IsRxOnWhenIdle(); } in IsRxOnWhenIdle() function in ot::Mle::Mle
Dmle_router.cpp2287 if (mode.IsRxOnWhenIdle()) in HandleChildUpdateRequest()
2432 if (child->IsRxOnWhenIdle()) in HandleChildUpdateRequest()
2711 if (child.IsRxOnWhenIdle()) in SynchronizeChildNetworkData()
3002 if (!aChild.IsRxOnWhenIdle()) in SendChildIdResponse()
3032 if (!aChild.IsRxOnWhenIdle()) in SendChildUpdateRequest()
3071 if (aChild.IsRxOnWhenIdle()) in SendChildUpdateRequest()
3159 if (!aChild->IsRxOnWhenIdle()) in SendChildUpdateResponse()
Ddua_manager.cpp538 if (!Get<Mle::Mle>().IsRxOnWhenIdle()) in PerformNextRegistration()
Dmlr_manager.cpp283 if (!Get<Mle::Mle>().IsRxOnWhenIdle()) in SendMulticastListenerRegistration()
Dnetwork_diagnostic.cpp293 VerifyOrExit(!Get<Mle::MleRouter>().IsRxOnWhenIdle()); in AppendDiagTlv()
/openthread-3.5.0/src/core/utils/
Dotns.cpp156 …EmitStatus("mode=%s%s%s", aMode.IsRxOnWhenIdle() ? "r" : "", aMode.IsFullThreadDevice() ? "d" : "", in EmitDeviceMode()
/openthread-3.5.0/src/core/mac/
Ddata_poll_sender.cpp79 OT_ASSERT(!Get<Mle::MleRouter>().IsRxOnWhenIdle()); in StartPolling()
Dmac.cpp1893 if (aFrame->GetType() == Frame::kTypeData && !neighbor->IsRxOnWhenIdle() && in HandleReceivedFrame()
2306 bool Mac::IsCslEnabled(void) const { return !Get<Mle::Mle>().IsRxOnWhenIdle() && IsCslCapable(); } in IsCslEnabled()
/openthread-3.5.0/src/core/radio/
Dtrel_link.cpp221 if (!Get<Mle::MleRouter>().IsRxOnWhenIdle()) in BeginTransmit()
/openthread-3.5.0/src/core/net/
Dsrp_client.cpp781 if (!Get<Mle::Mle>().IsRxOnWhenIdle()) in SendUpdate()
1526 if (!Get<Mle::Mle>().IsRxOnWhenIdle()) in ProcessResponse()