Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dchannel_manager.h242 uint32_t otChannelManagerGetAutoChannelSelectionInterval(otInstance *aInstance);
/aosp_15_r20/external/openthread/src/core/api/
H A Dchannel_manager_api.cpp112 uint32_t otChannelManagerGetAutoChannelSelectionInterval(otInstance *aInstance) in otChannelManagerGetAutoChannelSelectionInterval() function
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp1351 return mEncoder.WriteUint32(otChannelManagerGetAutoChannelSelectionInterval(mInstance)); in HandlePropertyGet()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp1434 …OutputLine("interval: %lu", ToUlong(otChannelManagerGetAutoChannelSelectionInterval(GetInstancePtr… in Process()