Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/api/
Dchild_supervision_api.cpp65 return AsCoreType(aInstance).Get<SupervisionListener>().GetCounter(); in otChildSupervisionGetCheckFailureCounter()
/openthread-3.4.0/src/core/thread/
Dchild_supervision.hpp222 uint16_t GetCounter(void) const { return mCounter; } in GetCounter() function in ot::SupervisionListener