Lines Matching refs:ChannelManager
46 ChannelManager::ChannelManager(Instance &aInstance) in ChannelManager() function in ot::Utils::ChannelManager
68 void ChannelManager::RequestChannelChange(uint8_t aChannel) in RequestChannelChange()
85 void ChannelManager::RequestNetworkChannelChange(uint8_t aChannel) in RequestNetworkChannelChange()
113 void ChannelManager::ChangeCslChannel(uint8_t aChannel) in ChangeCslChannel()
140 Error ChannelManager::SetDelay(uint16_t aDelay) in SetDelay()
151 void ChannelManager::StartDatasetUpdate(void) in StartDatasetUpdate()
183 void ChannelManager::HandleDatasetUpdateDone(otError aError, void *aContext) in HandleDatasetUpdateDone()
185 static_cast<ChannelManager *>(aContext)->HandleDatasetUpdateDone(aError); in HandleDatasetUpdateDone()
188 void ChannelManager::HandleDatasetUpdateDone(Error aError) in HandleDatasetUpdateDone()
205 void ChannelManager::HandleTimer(void) in HandleTimer()
230 Error ChannelManager::FindBetterChannel(uint8_t &aNewChannel, uint16_t &aOccupancy) in FindBetterChannel()
280 bool ChannelManager::ShouldAttemptChannelChange(void) in ShouldAttemptChannelChange()
292 Error ChannelManager::RequestNetworkChannelSelect(bool aSkipQualityCheck) in RequestNetworkChannelSelect()
310 Error ChannelManager::RequestCslChannelSelect(bool aSkipQualityCheck) in RequestCslChannelSelect()
327 Error ChannelManager::RequestAutoChannelSelect(bool aSkipQualityCheck) in RequestAutoChannelSelect()
338 Error ChannelManager::RequestChannelSelect(bool aSkipQualityCheck) in RequestChannelSelect()
392 void ChannelManager::StartAutoSelectTimer(void) in StartAutoSelectTimer()
416 void ChannelManager::SetAutoNetworkChannelSelectionEnabled(bool aEnabled) in SetAutoNetworkChannelSelectionEnabled()
430 void ChannelManager::SetAutoCslChannelSelectionEnabled(bool aEnabled) in SetAutoCslChannelSelectionEnabled()
441 Error ChannelManager::SetAutoChannelSelectionInterval(uint32_t aInterval) in SetAutoChannelSelectionInterval()
468 void ChannelManager::SetSupportedChannels(uint32_t aChannelMask) in SetSupportedChannels()
475 void ChannelManager::SetFavoredChannels(uint32_t aChannelMask) in SetFavoredChannels()
482 void ChannelManager::SetCcaFailureRateThreshold(uint16_t aThreshold) in SetCcaFailureRateThreshold()