Home
last modified time | relevance | path

Searched refs:GetCounters (Results 1 – 19 of 19) sorted by relevance

/openthread-latest/tests/unit/
Dtest_srp_adv_proxy.cpp880 VerifyOrQuit(advProxy->GetCounters().mAdvTotal == 1); in TestSrpAdvProxy()
881 VerifyOrQuit(advProxy->GetCounters().mAdvSuccessful == 1); in TestSrpAdvProxy()
905 VerifyOrQuit(advProxy->GetCounters().mAdvTotal == 2); in TestSrpAdvProxy()
906 VerifyOrQuit(advProxy->GetCounters().mAdvSuccessful == 2); in TestSrpAdvProxy()
922 VerifyOrQuit(advProxy->GetCounters().mAdvTotal >= 3); in TestSrpAdvProxy()
923 VerifyOrQuit(advProxy->GetCounters().mAdvSuccessful == advProxy->GetCounters().mAdvTotal); in TestSrpAdvProxy()
1124 VerifyOrQuit(advProxy->GetCounters().mAdvSuccessful == advProxy->GetCounters().mAdvTotal); in TestSrpAdvProxy()
1125 VerifyOrQuit(advProxy->GetCounters().mAdvTimeout == 0); in TestSrpAdvProxy()
1126 VerifyOrQuit(advProxy->GetCounters().mAdvRejected == 0); in TestSrpAdvProxy()
1127 VerifyOrQuit(advProxy->GetCounters().mAdvSkipped == 0); in TestSrpAdvProxy()
[all …]
Dtest_dns_client.cpp999 oldServerCounters = dnsServer->GetCounters(); in TestDnsClient()
1026 newServerCounters = dnsServer->GetCounters(); in TestDnsClient()
1047 oldServerCounters = dnsServer->GetCounters(); in TestDnsClient()
1065 newServerCounters = dnsServer->GetCounters(); in TestDnsClient()
/openthread-latest/src/core/api/
Dtrel_api.cpp78 return AsCoreType(aInstance).Get<Trel::Interface>().GetCounters(); in otTrelGetCounters()
Ddns_server_api.cpp84 return &AsCoreType(aInstance).Get<Dns::ServiceDiscovery::Server>().GetCounters(); in otDnssdGetCounters()
Dborder_agent_api.cpp115 return &AsCoreType(aInstance).Get<MeshCoP::BorderAgent>().GetCounters(); in otBorderAgentGetCounters()
Dnat64_api.cpp88 AsCoreType(aInstance).Get<Nat64::Translator>().GetCounters(AsCoreType(aCounters)); in otNat64GetCounters()
Dthread_api.cpp446 return &AsCoreType(aInstance).Get<MeshForwarder>().GetCounters(); in otThreadGetIp6Counters()
473 return &AsCoreType(aInstance).Get<Mle::MleRouter>().GetCounters(); in otThreadGetMleCounters()
Dlink_api.cpp378 return &AsCoreType(aInstance).Get<Mac::Mac>().GetCounters(); in otLinkGetCounters()
/openthread-latest/src/core/radio/
Dtrel_interface.hpp245 const Counters *GetCounters(void) const;
Dtrel_interface.cpp355 const Counters *Interface::GetCounters(void) const { return otPlatTrelGetCounters(&GetInstance()); } in GetCounters() function in ot::Trel::Interface
/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/mac/
Dmac.hpp491 otMacCounters &GetCounters(void) { return mCounters; } in GetCounters() function in ot::Mac::Mac
/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp272 const otIpCounters &GetCounters(void) const { return mIpCounters; } in GetCounters() function in ot::MeshForwarder
Dnetwork_diagnostic.cpp204 const otMacCounters &counters = Get<Mac::Mac>().GetCounters(); in AppendMacCounters()
306 tlv.Init(Get<Mle::Mle>().GetCounters()); in AppendDiagTlv()
Dmle.hpp601 const Counters &GetCounters(void);
Dmle.cpp244 const Counters &Mle::GetCounters(void) in GetCounters() function in ot::Mle::Mle