Home
last modified time | relevance | path

Searched defs:Counters (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.hpp78 struct Counters : public Clearable<Counters> struct in ot::Srp::AdvertisingProxy
80 …2_t mAdvTotal; ///< Total number of advertisement requests, i.e., calls to `Advertise()`.
81 … uint32_t mAdvReplaced; ///< Number of advertisements that were replaced by a newer one.
82 …AdvSkipped; ///< Number of advertisement that were skipped (DNS-SD platform not yet ready).
83 …uint32_t mAdvSuccessful; ///< Number of successful adv (all requests registered successfully).
84 …AdvRejected; ///< Number of rejected adv (at least one request was rejected by DNS-SD plat).
85 …dvTimeout; ///< Number of advertisements that timed out (no response from DNS-SD platform).
86 …t mAdvHostRemovals; ///< Number of host removal adv, i.e., calls to `AdvertiseRemovalOf(Host &)`
87 …ServiceRemovals; ///< Number of service removal adv, i.e., calls to `AdvertiseRemovalOf(Service &)`
88 uint32_t mStateChanges; ///< Number of state changes of Advertising Proxy.
Ddnssd_server.hpp97 class Counters : public otDnssdCounters, public Clearable<Counters> class in ot::Dns::ServiceDiscovery::Server
/openthread-latest/src/core/radio/
Dtrel_interface.hpp68 typedef otTrelCounters Counters; typedef
/openthread-latest/src/core/meshcop/
Dborder_agent.hpp91 typedef otBorderAgentCounters Counters; ///< Border Agent Counters. typedef in ot::MeshCoP::BorderAgent
/openthread-latest/src/core/thread/
Dmle_types.hpp577 typedef otMleCounters Counters; typedef