Searched defs:GetCounters (Results 1 – 6 of 6) sorted by relevance
/openthread-3.6.0/src/core/net/ | ||
D | nat64_translator.hpp | 306 void GetCounters(ProtocolCounters &aCounters) const { aCounters = mCounters; } in GetCounters() function in ot::Nat64::Translator |
D | dnssd_server.hpp | 269 const Counters &GetCounters(void) const { return mCounters; }; in GetCounters() function in ot::Dns::ServiceDiscovery::Server |
/openthread-3.6.0/src/core/radio/ | ||
D | trel_interface.cpp | 355 const Counters *Interface::GetCounters(void) const { return otPlatTrelGetCounters(&GetInstance()); } in GetCounters() function in ot::Trel::Interface |
/openthread-3.6.0/src/core/thread/ | ||
D | mesh_forwarder.hpp | 303 const otIpCounters &GetCounters(void) const { return mIpCounters; } in GetCounters() function in ot::MeshForwarder |
D | mle.hpp | 626 const Counters &GetCounters(void) in GetCounters() function in ot::Mle::Mle |
/openthread-3.6.0/src/core/mac/ | ||
D | mac.hpp | 507 otMacCounters &GetCounters(void) { return mCounters; } in GetCounters() function in ot::Mac::Mac |