Home
last modified time | relevance | path

Searched refs:mAdvReplaced (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/unit/
Dtest_srp_adv_proxy.cpp1128 VerifyOrQuit(advProxy->GetCounters().mAdvReplaced == 0); in TestSrpAdvProxy()
1430 VerifyOrQuit(advProxy->GetCounters().mAdvReplaced == 0); in TestSrpAdvProxyDnssdStateChange()
1847 VerifyOrQuit(advProxy->GetCounters().mAdvReplaced == 0); in TestSrpAdvProxyReplacedEntries()
1858 VerifyOrQuit(advProxy->GetCounters().mAdvReplaced == 0); in TestSrpAdvProxyReplacedEntries()
1892 VerifyOrQuit(advProxy->GetCounters().mAdvReplaced == 0); in TestSrpAdvProxyReplacedEntries()
1909 VerifyOrQuit(advProxy->GetCounters().mAdvReplaced == 0); in TestSrpAdvProxyReplacedEntries()
1926 VerifyOrQuit(advProxy->GetCounters().mAdvReplaced == 1); in TestSrpAdvProxyReplacedEntries()
1949 VerifyOrQuit(advProxy->GetCounters().mAdvReplaced == 1); in TestSrpAdvProxyReplacedEntries()
1965 VerifyOrQuit(advProxy->GetCounters().mAdvReplaced == 1); in TestSrpAdvProxyReplacedEntries()
1992 VerifyOrQuit(advProxy->GetCounters().mAdvReplaced == 1); in TestSrpAdvProxyReplacedEntries()
[all …]
/openthread-latest/src/core/net/
Dsrp_advertising_proxy.hpp81 … uint32_t mAdvReplaced; ///< Number of advertisements that were replaced by a newer one. member
Dsrp_advertising_proxy.cpp401 mCounters.mAdvReplaced++; in Advertise()