Searched refs:GetSupervisionInterval (Results 1 – 7 of 7) sorted by relevance
95 if (child.IsRxOnWhenIdle() || (child.GetSupervisionInterval() == 0)) in HandleTimeTick()102 if (child.GetSecondsSinceLastSupervision() >= child.GetSupervisionInterval()) in HandleTimeTick()
313 uint16_t GetSupervisionInterval(void) const { return mSupervisionInterval; } in GetSupervisionInterval() function in ot::Child
61 …ionInterval = aChild.IsRxOnWhenIdle() ? 0 : BigEndian::HostSwap16(aChild.GetSupervisionInterval()); in InitFrom()
65 mSupervisionInterval = aChild.GetSupervisionInterval(); in SetFrom()
721 …uint16_t GetSupervisionInterval(void) const { return BigEndian::HostSwap16(mSupervisionInterval); } in GetSupervisionInterval() function in ot::NetworkDiagnostic::ChildTlv
2943 … SuccessOrExit(error = message->AppendSupervisionIntervalTlv(aChild.GetSupervisionInterval())); in SendChildIdResponse()3122 … SuccessOrExit(error = message->AppendSupervisionIntervalTlv(aChild->GetSupervisionInterval())); in SendChildUpdateResponseToChild()
599 mSupervisionInterval = aChildTlv.GetSupervisionInterval(); in SetFrom()