Home
last modified time | relevance | path

Searched refs:UpdateMdnsResponseCounters (Results 1 – 2 of 2) sorted by relevance

/external/ot-br-posix/src/mdns/
Dmdns.cpp72 UpdateMdnsResponseCounters(mTelemetryInfo.mServiceResolutions, DnsErrorToOtbrError(aErrorCode)); in OnServiceResolveFailed()
79 UpdateMdnsResponseCounters(mTelemetryInfo.mHostResolutions, DnsErrorToOtbrError(aErrorCode)); in OnHostResolveFailed()
179 UpdateMdnsResponseCounters(mTelemetryInfo.mServiceResolutions, OTBR_ERROR_NONE); in OnServiceResolved()
214 UpdateMdnsResponseCounters(mTelemetryInfo.mHostResolutions, OTBR_ERROR_NONE); in OnHostResolved()
415 … mPublisher->UpdateMdnsResponseCounters(mPublisher->mTelemetryInfo.mServiceRegistrations, aError); in OnComplete()
435 … mPublisher->UpdateMdnsResponseCounters(mPublisher->mTelemetryInfo.mHostRegistrations, aError); in OnComplete()
440 void Publisher::UpdateMdnsResponseCounters(otbr::MdnsResponseCounters &aCounters, otbrError aError) in UpdateMdnsResponseCounters() function in otbr::Mdns::Publisher
Dmdns.hpp537 static void UpdateMdnsResponseCounters(otbr::MdnsResponseCounters &aCounters, otbrError aError);