Searched refs:mAutoSelectInterval (Results 1 – 2 of 2) sorted by relevance
61 , mAutoSelectInterval(kDefaultAutoSelectInterval) in ChannelManager()294 mTimer.Start(Time::SecToMsec(mAutoSelectInterval)); in StartAutoSelectTimer()318 uint32_t prevInterval = mAutoSelectInterval; in SetAutoChannelSelectionInterval()322 mAutoSelectInterval = aInterval; in SetAutoChannelSelectionInterval()
193 uint32_t GetAutoChannelSelectionInterval(void) const { return mAutoSelectInterval; } in GetAutoChannelSelectionInterval()295 uint32_t mAutoSelectInterval; member in ot::Utils::ChannelManager