Home
last modified time | relevance | path

Searched refs:otRcpInterfaceMetrics (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/src/lib/spinel/
Dradio_spinel_metrics.h56 typedef struct otRcpInterfaceMetrics struct
66 } otRcpInterfaceMetrics; argument
Dspinel_interface.hpp141 virtual const otRcpInterfaceMetrics *GetRcpInterfaceMetrics(void) const = 0;
/openthread-latest/src/posix/platform/
Dhdlc_interface.hpp147 const otRcpInterfaceMetrics *GetRcpInterfaceMetrics(void) const { return &mInterfaceMetrics; } in GetRcpInterfaceMetrics()
251 otRcpInterfaceMetrics mInterfaceMetrics;
Dspi_interface.hpp148 const otRcpInterfaceMetrics *GetRcpInterfaceMetrics(void) const { return &mInterfaceMetrics; } in GetRcpInterfaceMetrics()
242 otRcpInterfaceMetrics mInterfaceMetrics;
Dvendor_interface.hpp142 const otRcpInterfaceMetrics *GetRcpInterfaceMetrics(void) const;
Dvendor_interface_example.cpp135 const otRcpInterfaceMetrics *VendorInterface::GetRcpInterfaceMetrics(void) const in GetRcpInterfaceMetrics()
Dradio.cpp1069 const otRcpInterfaceMetrics *otSysGetRcpInterfaceMetrics(void) in otSysGetRcpInterfaceMetrics()
/openthread-latest/tests/gtest/
Dfake_coprocessor_platform.hpp67 …virtual const otRcpInterfaceMetrics *GetRcpInterfaceMetrics(void) const override { return nullptr;… in GetRcpInterfaceMetrics()
/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h238 const otRcpInterfaceMetrics *otSysGetRcpInterfaceMetrics(void);