Home
last modified time | relevance | path

Searched refs:Counters (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.hpp78 struct Counters : public Clearable<Counters> struct in ot::Srp::AdvertisingProxy
163 const Counters &GetCounters(void) const { return mCounters; } in GetCounters()
300 Counters mCounters;
Ddnssd_server.hpp97 class Counters : public otDnssdCounters, public Clearable<Counters> class in ot::Dns::ServiceDiscovery::Server
285 const Counters &GetCounters(void) const { return mCounters; }; in GetCounters()
593 Counters mCounters;
/openthread-latest/src/core/meshcop/
Dborder_agent.hpp91 typedef otBorderAgentCounters Counters; ///< Border Agent Counters. typedef in ot::MeshCoP::BorderAgent
238 const Counters &GetCounters(void) { return mCounters; } in GetCounters()
352 Counters mCounters;
/openthread-latest/src/core/radio/
Dtrel_interface.hpp68 typedef otTrelCounters Counters; typedef
245 const Counters *GetCounters(void) const;
Dtrel_interface.cpp355 const Counters *Interface::GetCounters(void) const { return otPlatTrelGetCounters(&GetInstance()); } in GetCounters()
/openthread-latest/src/core/thread/
Dnetwork_diagnostic_tlvs.cpp106 void MleCountersTlv::Init(const Mle::Counters &aMleCounters) in Init()
Dmle_types.hpp577 typedef otMleCounters Counters; typedef
Dmle.hpp601 const Counters &GetCounters(void);
1502 Counters mCounters;
Dnetwork_diagnostic_tlvs.hpp1014 void Init(const Mle::Counters &aMleCounters);
Dmle.cpp244 const Counters &Mle::GetCounters(void) in GetCounters()
/openthread-latest/tests/unit/
Dtest_dns_client.cpp570 Dns::ServiceDiscovery::Server::Counters oldServerCounters; in TestDnsClient()
571 Dns::ServiceDiscovery::Server::Counters newServerCounters; in TestDnsClient()
/openthread-latest/src/cli/
DREADME.md2805 Send network diagnostic request to reset \<addr\>'s tlv of \<type\>s. Currently only `MAC Counters`…