Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dchannel_manager.h205 uint32_t otChannelManagerGetFavoredChannels(otInstance *aInstance);
/external/openthread/src/core/api/
Dchannel_manager_api.cpp103 uint32_t otChannelManagerGetFavoredChannels(otInstance *aInstance) in otChannelManagerGetFavoredChannels() function
/external/openthread/src/ncp/
Dncp_base_ftd.cpp1304 return EncodeChannelMask(otChannelManagerGetFavoredChannels(mInstance)); in HandlePropertyGet()
/external/openthread/src/cli/
Dcli.cpp1116 Mac::ChannelMask favoredMask(otChannelManagerGetFavoredChannels(GetInstancePtr())); in Process()