Home
last modified time | relevance | path

Searched refs:metric (Results 1 – 7 of 7) sorted by relevance

/openthread-3.6.0/tests/scripts/thread-cert/
Dv1_2_LowPower_7_1_02_SingleProbeLinkMetricsWithoutEnhancedAck.py227 …ter(lambda p: consts.LINK_METRICS_METRIC_TYPE_ENUM_RSSI in p.mle.tlv.metric_type_id_flags.metric) \
263 …ter(lambda p: consts.LINK_METRICS_METRIC_TYPE_ENUM_RSSI in p.mle.tlv.metric_type_id_flags.metric) \
299 …lter(lambda p: consts.LINK_METRICS_METRIC_TYPE_ENUM_LQI in p.mle.tlv.metric_type_id_flags.metric) \
335 …bda p: consts.LINK_METRICS_METRIC_TYPE_ENUM_LINK_MARGIN in p.mle.tlv.metric_type_id_flags.metric) \
381 …lter(lambda p: consts.LINK_METRICS_METRIC_TYPE_ENUM_LQI in p.mle.tlv.metric_type_id_flags.metric) \
382 …bda p: consts.LINK_METRICS_METRIC_TYPE_ENUM_LINK_MARGIN in p.mle.tlv.metric_type_id_flags.metric) \
383 …ter(lambda p: consts.LINK_METRICS_METRIC_TYPE_ENUM_RSSI in p.mle.tlv.metric_type_id_flags.metric) \
Dv1_2_LowPower_7_2_01_ForwardTrackingSeries.py197 …ambda p: consts.LINK_METRICS_METRIC_TYPE_ENUM_PDU_COUNT in p.mle.tlv.metric_type_id_flags.metric) \
214 …ambda p: consts.LINK_METRICS_METRIC_TYPE_ENUM_PDU_COUNT in p.mle.tlv.metric_type_id_flags.metric) \
227 .filter(lambda p: p.mle.tlv.metric_type_id_flags.metric is nullField) \
253 …bda p: consts.LINK_METRICS_METRIC_TYPE_ENUM_LINK_MARGIN in p.mle.tlv.metric_type_id_flags.metric) \
289 …bda p: consts.LINK_METRICS_METRIC_TYPE_ENUM_LINK_MARGIN in p.mle.tlv.metric_type_id_flags.metric) \
302 .filter(lambda p: p.mle.tlv.metric_type_id_flags.metric is nullField) \
/openthread-3.6.0/tests/toranj/ncp/
Dtest-037-wpantund-auto-add-route-for-on-mesh-prefix.py61 if (node_route.route_prefix, node_route.prefix_len, node_route.metric) == route:
Dtest-036-wpantund-host-route-management.py65 if (node_route.route_prefix, node_route.prefix_len, node_route.metric) == route:
Dwpan.py1520 def metric(self): member in InterfaceRoute
/openthread-3.6.0/src/cli/
Dcli.cpp1917 for (const RadioCoexMetricName &metric : kTxMetricNames) in Process() local
1919 OutputLine(kIndentSize, "%s: %lu", metric.mName, ToUlong(metrics.*metric.mValuePtr)); in Process()
1924 for (const RadioCoexMetricName &metric : kRxMetricNames) in Process() local
1926 OutputLine(kIndentSize, "%s: %lu", metric.mName, ToUlong(metrics.*metric.mValuePtr)); in Process()
/openthread-3.6.0/tools/harness-thci/
DOpenThread.py2985 for metric in hexMetricsArray:
2986 metric_flag, has_reserved_flag = OpenThreadTHCI.mapMetricsHexToChar(metric)