Home
last modified time | relevance | path

Searched refs:DecodeLinkMetrics (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/src/ncp/
Dncp_base.hpp378 otError DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount);
Dncp_base_radio.cpp550 SuccessOrExit(error = DecodeLinkMetrics(&linkMetrics, /* aAllowPduCount */ true)); in HandlePropertySet()
Dncp_base_mtd.cpp3132 SuccessOrExit(error = DecodeLinkMetrics(&linkMetrics, /* aAllowPduCount */ true)); in HandlePropertySet()
3167 SuccessOrExit(error = DecodeLinkMetrics(&linkMetrics, /* aAllowPduCount */ false)); in HandlePropertySet()
3191 SuccessOrExit(error = DecodeLinkMetrics(&linkMetrics, /* aAllowPduCount */ true)); in HandlePropertySet()
Dncp_base.cpp2526 otError NcpBase::DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount) in DecodeLinkMetrics() function in ot::Ncp::NcpBase