Home
last modified time | relevance | path

Searched defs:ResetCounters (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/radio/
Dtrel_interface.cpp357 void Interface::ResetCounters(void) { otPlatTrelResetCounters(&GetInstance()); } in ResetCounters() function in ot::Trel::Interface
/openthread-latest/src/core/net/
Dsrp_advertising_proxy.hpp177 void ResetCounters(void) { mCounters.Clear(); } in ResetCounters() function in ot::Srp::AdvertisingProxy
/openthread-latest/src/posix/platform/
Dtrel.cpp367 static void ResetCounters() { memset(&sCounters, 0, sizeof(sCounters)); } in ResetCounters() function
/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp314 void ResetCounters(void) { ClearAllBytes(mIpCounters); } in ResetCounters() function in ot::MeshForwarder
Dmle.cpp260 void Mle::ResetCounters(void) in ResetCounters() function in ot::Mle::Mle
/openthread-latest/src/core/mac/
Dmac.hpp500 void ResetCounters(void) { ClearAllBytes(mCounters); } in ResetCounters() function in ot::Mac::Mac
/openthread-latest/src/ncp/
Dncp_base.cpp380 void NcpBase::ResetCounters(void) in ResetCounters() function in ot::Ncp::NcpBase