Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnat64_translator.hpp291 void GetCounters(ProtocolCounters &aCounters) const { aCounters = mCounters; } in GetCounters() function in ot::Nat64::Translator
Dsrp_advertising_proxy.hpp163 const Counters &GetCounters(void) const { return mCounters; } in GetCounters() function in ot::Srp::AdvertisingProxy
Ddnssd_server.hpp285 const Counters &GetCounters(void) const { return mCounters; }; in GetCounters() function in ot::Dns::ServiceDiscovery::Server
/openthread-latest/src/core/meshcop/
Dborder_agent.hpp238 const Counters &GetCounters(void) { return mCounters; } in GetCounters() function in ot::MeshCoP::BorderAgent
/openthread-latest/src/core/radio/
Dtrel_interface.cpp355 const Counters *Interface::GetCounters(void) const { return otPlatTrelGetCounters(&GetInstance()); } in GetCounters() function in ot::Trel::Interface
/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp272 const otIpCounters &GetCounters(void) const { return mIpCounters; } in GetCounters() function in ot::MeshForwarder
Dmle.cpp244 const Counters &Mle::GetCounters(void) in GetCounters() function in ot::Mle::Mle
/openthread-latest/src/core/mac/
Dmac.hpp491 otMacCounters &GetCounters(void) { return mCounters; } in GetCounters() function in ot::Mac::Mac