Home
last modified time | relevance | path

Searched refs:otChannelMonitorGetChannelOccupancy (Results 1 – 5 of 5) sorted by relevance

/external/openthread/include/openthread/
Dchannel_monitor.h156 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel);
/external/openthread/src/core/api/
Dchannel_monitor_api.cpp83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel) in otChannelMonitorGetChannelOccupancy() function
/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object.cpp945 … uint16_t occupancy = otChannelMonitorGetChannelOccupancy(threadHelper->GetInstance(), i); in GetChannelMonitorAllChannelQualities()
/external/openthread/src/cli/
Dcli.cpp1082 occupancy = otChannelMonitorGetChannelOccupancy(GetInstancePtr(), channel); in Process()
/external/openthread/src/ncp/
Dncp_base_mtd.cpp2450 …SuccessOrExit(error = mEncoder.WriteUint16(otChannelMonitorGetChannelOccupancy(mInstance, channel)… in HandlePropertyGet()