Home
last modified time | relevance | path

Searched refs:aOccupancy (Results 1 – 4 of 4) sorted by relevance

/openthread-3.7.0/src/core/utils/
Dchannel_monitor.cpp202 …nelMask ChannelMonitor::FindBestChannels(const Mac::ChannelMask &aMask, uint16_t &aOccupancy) const in FindBestChannels()
228 aOccupancy = minOccupancy; in FindBestChannels()
Dchannel_monitor.hpp183 Mac::ChannelMask FindBestChannels(const Mac::ChannelMask &aMask, uint16_t &aOccupancy) const;
Dchannel_manager.hpp351 Error FindBetterChannel(uint8_t &aNewChannel, uint16_t &aOccupancy);
Dchannel_manager.cpp239 Error ChannelManager::FindBetterChannel(uint8_t &aNewChannel, uint16_t &aOccupancy) in FindBetterChannel() argument
283 aOccupancy = favoredOccupancy; in FindBetterChannel()