Home
last modified time | relevance | path

Searched refs:SetAll (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_types.hpp767 void Reset(void) { SetAll(0); } in Reset()
866 void SetAll(uint32_t aCounter);
Dmac_types.cpp291 void LinkFrameCounters::SetAll(uint32_t aCounter) in SetAll() function in ot::Mac::LinkFrameCounters
/openthread-latest/src/core/thread/
Dkey_manager.cpp429 mMacFrameCounters.SetAll(aFrameCounter); in SetAllMacFrameCounters()
Dmle_router.cpp1046 router->GetLinkFrameCounters().SetAll(linkFrameCounter); in HandleLinkAcceptVariant()
2182 child->GetLinkFrameCounters().SetAll(linkFrameCounter); in HandleChildIdRequest()
2517 child->GetLinkFrameCounters().SetAll(linkFrameCounter); in HandleChildUpdateResponseOnParent()
Dmle.cpp3220 mParentCandidate.GetLinkFrameCounters().SetAll(linkFrameCounter); in HandleParentResponse()
3543 mParent.GetLinkFrameCounters().SetAll(linkFrameCounter); in HandleChildUpdateResponseOnChild()