Home
last modified time | relevance | path

Searched refs:otLinkMetricsManagerIsEnabled (Results 1 – 3 of 3) sorted by relevance

/openthread-3.7.0/include/openthread/
Dlink_metrics.h259 bool otLinkMetricsManagerIsEnabled(otInstance *aInstance);
/openthread-3.7.0/src/core/api/
Dlink_metrics_api.cpp102 bool otLinkMetricsManagerIsEnabled(otInstance *aInstance) in otLinkMetricsManagerIsEnabled() function
/openthread-3.7.0/src/cli/
Dcli.cpp3725 …if (ProcessEnableDisable(aArgs, otLinkMetricsManagerIsEnabled, otLinkMetricsManagerSetEnabled) == … in Process()