Home
last modified time | relevance | path

Searched refs:RemoveMatchingSchedules (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/thread/
Dmle.cpp4566 RemoveMatchingSchedules(kTypeChildUpdateRequestAsChild, destination); in RemoveScheduledChildUpdateRequestToParent()
4577 RemoveMatchingSchedules(kTypeParentResponse, destination); in ScheduleParentResponse()
4597 RemoveMatchingSchedules(kTypeDataResponse, destination); in ScheduleMulticastDataResponse()
4621 RemoveMatchingSchedules(kTypeLinkRequest, destination); in RemoveScheduledLinkRequest()
4639 RemoveMatchingSchedules(kTypeLinkAccept, destination); in ScheduleLinkAccept()
4815 void Mle::DelayedSender::RemoveMatchingSchedules(MessageType aMessageType, const Ip6::Address &aDes… in RemoveMatchingSchedules() function in ot::Mle::Mle::DelayedSender
Dmle.hpp1181 void RemoveMatchingSchedules(MessageType aMessageType, const Ip6::Address &aDestination);