Home
last modified time | relevance | path

Searched refs:SendChildUpdateRequestToParent (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dchild_supervision.cpp163 IgnoreError(Get<Mle::Mle>().SendChildUpdateRequestToParent()); in SetInterval()
213 IgnoreError(Get<Mle::Mle>().SendChildUpdateRequestToParent()); in HandleTimer()
Dmle.cpp205 IgnoreError(SendChildUpdateRequestToParent()); in Start()
813 IgnoreError(SendChildUpdateRequestToParent()); in SetTimeout()
891 IgnoreError(SendChildUpdateRequestToParent()); in SetDeviceMode()
1962 if (SendChildUpdateRequestToParent() == kErrorNone) in HandleMessageTransmissionTimer()
1971 Error Mle::SendChildUpdateRequestToParent(void) { return SendChildUpdateRequestToParent(kNormalChil… in SendChildUpdateRequestToParent() function in ot::Mle::Mle
1973 Error Mle::SendChildUpdateRequestToParent(ChildUpdateRequestMode aMode) in SendChildUpdateRequestToParent() function in ot::Mle::Mle
2131 IgnoreError(SendChildUpdateRequestToParent()); in SendChildUpdateResponse()
2706 IgnoreError(SendChildUpdateRequestToParent(kAppendChallengeTlv)); in ReestablishLinkWithNeighbor()
4477 IgnoreError(SendChildUpdateRequestToParent(kAppendZeroTimeout)); in DetachGracefully()
4716 IgnoreError(Get<Mle>().SendChildUpdateRequestToParent()); in Execute()
Dmle.hpp656 Error SendChildUpdateRequestToParent(void);
1324 Error SendChildUpdateRequestToParent(ChildUpdateRequestMode aMode);