Searched refs:DecodeLinkMetrics (Results 1 – 4 of 4) sorted by relevance
378 otError DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount);
550 SuccessOrExit(error = DecodeLinkMetrics(&linkMetrics, /* aAllowPduCount */ true)); in HandlePropertySet()
3132 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()
2526 otError NcpBase::DecodeLinkMetrics(otLinkMetrics *aMetrics, bool aAllowPduCount) in DecodeLinkMetrics() function in ot::Ncp::NcpBase