Searched refs:GetSampleCount (Results 1 – 3 of 3) sorted by relevance
80 return AsCoreType(aInstance).Get<Utils::ChannelMonitor>().GetSampleCount(); in otChannelMonitorGetSampleCount()
147 uint32_t GetSampleCount(void) const { return mSampleCount; } in GetSampleCount() function in ot::Utils::ChannelMonitor
187 if (Get<ChannelMonitor>().GetSampleCount() <= kMinChannelMonitorSampleCount) in FindBetterChannel()189 …("Too few samples (%lu <= %lu) to select channel", ToUlong(Get<ChannelMonitor>().GetSampleCount()), in FindBetterChannel()