Home
last modified time | relevance | path

Searched refs:GetSupervisionInterval (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/thread/
Dchild_supervision.cpp95 if (child.IsRxOnWhenIdle() || (child.GetSupervisionInterval() == 0)) in HandleTimeTick()
102 if (child.GetSecondsSinceLastSupervision() >= child.GetSupervisionInterval()) in HandleTimeTick()
Dchild.hpp313 uint16_t GetSupervisionInterval(void) const { return mSupervisionInterval; } in GetSupervisionInterval() function in ot::Child
Dnetwork_diagnostic_tlvs.cpp61 …ionInterval = aChild.IsRxOnWhenIdle() ? 0 : BigEndian::HostSwap16(aChild.GetSupervisionInterval()); in InitFrom()
Dchild.cpp65 mSupervisionInterval = aChild.GetSupervisionInterval(); in SetFrom()
Dnetwork_diagnostic_tlvs.hpp721 …uint16_t GetSupervisionInterval(void) const { return BigEndian::HostSwap16(mSupervisionInterval); } in GetSupervisionInterval() function in ot::NetworkDiagnostic::ChildTlv
Dmle_router.cpp2943 … SuccessOrExit(error = message->AppendSupervisionIntervalTlv(aChild.GetSupervisionInterval())); in SendChildIdResponse()
3122 … SuccessOrExit(error = message->AppendSupervisionIntervalTlv(aChild->GetSupervisionInterval())); in SendChildUpdateResponseToChild()
/openthread-latest/src/core/utils/
Dmesh_diag.cpp599 mSupervisionInterval = aChildTlv.GetSupervisionInterval(); in SetFrom()