Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/utils/
Djam_detector.hpp179 uint64_t GetHistoryBitmap(void) const { return mHistoryBitmap; } in GetHistoryBitmap() function in ot::Utils::JamDetector
/openthread-3.5.0/src/core/api/
Djam_detection_api.cpp96 return AsCoreType(aInstance).Get<Utils::JamDetector>().GetHistoryBitmap(); in otJamDetectionGetHistoryBitmap()