Home
last modified time | relevance | path

Searched defs:GetCounters (Results 1 – 6 of 6) sorted by relevance

/openthread-3.6.0/src/core/net/
Dnat64_translator.hpp306 void GetCounters(ProtocolCounters &aCounters) const { aCounters = mCounters; } in GetCounters() function in ot::Nat64::Translator
Ddnssd_server.hpp269 const Counters &GetCounters(void) const { return mCounters; }; in GetCounters() function in ot::Dns::ServiceDiscovery::Server
/openthread-3.6.0/src/core/radio/
Dtrel_interface.cpp355 const Counters *Interface::GetCounters(void) const { return otPlatTrelGetCounters(&GetInstance()); } in GetCounters() function in ot::Trel::Interface
/openthread-3.6.0/src/core/thread/
Dmesh_forwarder.hpp303 const otIpCounters &GetCounters(void) const { return mIpCounters; } in GetCounters() function in ot::MeshForwarder
Dmle.hpp626 const Counters &GetCounters(void) in GetCounters() function in ot::Mle::Mle
/openthread-3.6.0/src/core/mac/
Dmac.hpp507 otMacCounters &GetCounters(void) { return mCounters; } in GetCounters() function in ot::Mac::Mac