Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/api/
Dchannel_monitor_api.cpp80 return AsCoreType(aInstance).Get<Utils::ChannelMonitor>().GetSampleCount(); in otChannelMonitorGetSampleCount()
/openthread-3.4.0/src/core/utils/
Dchannel_monitor.hpp147 uint32_t GetSampleCount(void) const { return mSampleCount; } in GetSampleCount() function in ot::Utils::ChannelMonitor
Dchannel_manager.cpp187 if (Get<ChannelMonitor>().GetSampleCount() <= kMinChannelMonitorSampleCount) in FindBetterChannel()
189 …("Too few samples (%lu <= %lu) to select channel", ToUlong(Get<ChannelMonitor>().GetSampleCount()), in FindBetterChannel()