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