Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp275 void SetFavoredChannels(uint32_t aChannelMask);
Dchannel_manager.cpp475 void ChannelManager::SetFavoredChannels(uint32_t aChannelMask) in SetFavoredChannels() function in ot::Utils::ChannelManager
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp130 return AsCoreType(aInstance).Get<Utils::ChannelManager>().SetFavoredChannels(aChannelMask); in otChannelManagerSetFavoredChannels()