Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dchannel_monitor.h128 uint32_t otChannelMonitorGetSampleCount(otInstance *aInstance);
/external/openthread/src/core/api/
Dchannel_monitor_api.cpp78 uint32_t otChannelMonitorGetSampleCount(otInstance *aInstance) in otChannelMonitorGetSampleCount() function
/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object_rcp.cpp986 uint32_t cnt = otChannelMonitorGetSampleCount(threadHelper->GetInstance()); in GetChannelMonitorSampleCountHandler()
/external/openthread/src/cli/
Dcli.cpp1452 OutputLine("count: %lu", ToUlong(otChannelMonitorGetSampleCount(GetInstancePtr()))); in Process()
/external/openthread/src/ncp/
Dncp_base_mtd.cpp2530 return mEncoder.WriteUint32(otChannelMonitorGetSampleCount(mInstance)); in HandlePropertyGet()