/openthread-latest/include/openthread/ |
D | link_metrics.h | 60 otLinkMetrics mMetrics; ///< Specifies which metrics values are present/included. 159 const otLinkMetrics *aLinkMetricsFlags, 186 … const otLinkMetrics *aLinkMetricsFlags, 213 … const otLinkMetrics *aLinkMetricsFlags,
|
/openthread-latest/examples/platforms/utils/ |
D | link_metrics.cpp | 64 …void Set(otLinkMetrics aLinkMetrics, otShortAddress aShortAddress, const otExtAddress &aExtAddress) in Set() 129 otLinkMetrics GetLinkMetrics(void) const { return mLinkMetrics; } in GetLinkMetrics() 143 otLinkMetrics mLinkMetrics; 170 static inline bool IsLinkMetricsClear(otLinkMetrics aLinkMetrics) in IsLinkMetricsClear() 183 otLinkMetrics aLinkMetrics) in otLinkMetricsConfigureEnhAckProbing()
|
D | link_metrics.h | 76 otLinkMetrics aLinkMetrics);
|
/openthread-latest/src/core/api/ |
D | link_metrics_api.cpp | 45 const otLinkMetrics *aLinkMetricsFlags, in otLinkMetricsQuery() 59 … const otLinkMetrics *aLinkMetricsFlags, in otLinkMetricsConfigForwardTrackingSeries() 74 … const otLinkMetrics *aLinkMetricsFlags, in otLinkMetricsConfigEnhAckProbing()
|
/openthread-latest/src/cli/ |
D | cli_link_metrics.cpp | 69 otLinkMetrics linkMetrics; in Process() 203 otLinkMetrics linkMetrics; in Process() 259 otLinkMetrics linkMetrics; in Process() 260 otLinkMetrics *pLinkMetrics = &linkMetrics; in Process() 409 otError LinkMetrics::ParseLinkMetricsFlags(otLinkMetrics &aLinkMetrics, const Arg &aFlags) in ParseLinkMetricsFlags()
|
D | cli_link_metrics.hpp | 83 otError ParseLinkMetricsFlags(otLinkMetrics &aLinkMetrics, const Arg &aFlags);
|
/openthread-latest/src/core/thread/ |
D | link_metrics_types.hpp | 58 class Metrics : public otLinkMetrics, public Clearable<Metrics> 343 DefineCoreType(otLinkMetrics, LinkMetrics::Metrics);
|
/openthread-latest/include/openthread/platform/ |
D | radio.h | 467 typedef struct otLinkMetrics struct 474 } otLinkMetrics; argument 1306 otLinkMetrics aLinkMetrics,
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 464 otLinkMetrics, in otPlatRadioConfigureEnhAckProbing() argument 471 OT_TOOL_WEAK otLinkMetrics otPlatRadioGetEnhAckProbingMetrics(otInstance *, const otShortAddress) in otPlatRadioGetEnhAckProbingMetrics() 473 otLinkMetrics metrics; in otPlatRadioGetEnhAckProbingMetrics()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.hpp | 789 otError ConfigureEnhAckProbing(otLinkMetrics aLinkMetrics,
|
D | radio_spinel.cpp | 2353 otError RadioSpinel::ConfigureEnhAckProbing(otLinkMetrics aLinkMetrics, in ConfigureEnhAckProbing()
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 431 otError otPlatRadioConfigureEnhAckProbing(otInstance *, otLinkMetrics, otShortAddress, const otExtA… in otPlatRadioConfigureEnhAckProbing() argument
|
/openthread-latest/src/core/radio/ |
D | radio.hpp | 729 Error ConfigureEnhAckProbing(otLinkMetrics aLinkMetrics, in ConfigureEnhAckProbing()
|
/openthread-latest/src/ncp/ |
D | ncp_base.hpp | 561 otError DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount);
|
D | ncp_base_radio.cpp | 620 otLinkMetrics linkMetrics = {false, false, false, false, false}; in HandlePropertySet()
|
D | ncp_base_mtd.cpp | 3230 otLinkMetrics linkMetrics = {false, false, false, false, false}; in HandlePropertySet() 3265 otLinkMetrics linkMetrics = {false, false, false, false, false}; in HandlePropertySet() 3286 otLinkMetrics linkMetrics = {false, false, false, false, false}; in HandlePropertySet()
|
D | ncp_base.cpp | 2731 otError NcpBase::DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount) in DecodeLinkMetrics()
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 1039 otLinkMetrics aLinkMetrics, in otPlatRadioConfigureEnhAckProbing()
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 1192 otLinkMetrics aLinkMetrics, in otPlatRadioConfigureEnhAckProbing()
|