Home
last modified time | relevance | path

Searched refs:mRxErrOther (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/openthread/include/openthread/
H A Dlink.h352 uint32_t mRxErrOther; member
/aosp_15_r20/external/ot-br-posix/src/dbus/common/
H A Dtypes.hpp422 uint32_t mRxErrOther; member
H A Ddbus_message_helper_openthread.cpp310 aCounters.mRxErrSec, aCounters.mRxErrFcs, aCounters.mRxErrOther); in DBusMessageEncode()
331 aCounters.mRxErrSec, aCounters.mRxErrFcs, aCounters.mRxErrOther); in DBusMessageExtract()
/aosp_15_r20/external/ot-br-posix/src/android/
H A Dotdaemon_telemetry.cpp357 wpanStats->set_mac_rx_fail_other(linkCounters->mRxErrOther); in RetrieveTelemetryAtom()
/aosp_15_r20/external/ot-br-posix/src/dbus/server/
H A Ddbus_thread_object_rcp.cpp822 counters.mRxErrOther = otCounters->mRxErrOther; in GetLinkCountersHandler()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_diagnostic.cpp228 counters.mRxErrSec + counters.mRxErrFcs + counters.mRxErrOther); in AppendMacCounters()
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dthread_helper.cpp1157 wpanStats->set_mac_rx_fail_other(linkCounters->mRxErrOther); in RetrieveTelemetryData()
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac.cpp2039 mCounters.mRxErrOther++; in HandleReceivedFrame()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_mtd.cpp2719 return mEncoder.WriteUint32(otLinkGetCounters(mInstance)->mRxErrOther); in HandlePropertyGet()
2865 SuccessOrExit(error = mEncoder.WriteUint32(counters->mRxErrOther)); in HandlePropertyGet()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp2267 {&otMacCounters::mRxErrOther, "RxErrOther"}, in Process()