Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dmac.hpp513 const uint32_t *GetIndirectRetrySuccessHistogram(uint8_t &aNumberOfEntries);
Dmac.cpp2267 const uint32_t *Mac::GetIndirectRetrySuccessHistogram(uint8_t &aNumberOfEntries) in GetIndirectRetrySuccessHistogram() function in ot::Mac::Mac
/external/openthread/src/core/api/
Dlink_api.cpp324 …histogram = AsCoreType(aInstance).Get<Mac::Mac>().GetIndirectRetrySuccessHistogram(*aNumberOfEntri… in otLinkGetTxIndirectRetrySuccessHistogram()