Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base.hpp561 otError DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount);
Dncp_base_radio.cpp624 SuccessOrExit(error = DecodeLinkMetrics(&linkMetrics, /* aAllowPduCount */ true)); in HandlePropertySet()
Dncp_base_mtd.cpp3234 SuccessOrExit(error = DecodeLinkMetrics(&linkMetrics, /* aAllowPduCount */ true)); in HandlePropertySet()
3269 SuccessOrExit(error = DecodeLinkMetrics(&linkMetrics, /* aAllowPduCount */ false)); in HandlePropertySet()
3293 SuccessOrExit(error = DecodeLinkMetrics(&linkMetrics, /* aAllowPduCount */ true)); in HandlePropertySet()
Dncp_base.cpp2731 otError NcpBase::DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount) in DecodeLinkMetrics() function in ot::Ncp::NcpBase