Searched refs:mServiceRefsToProcess (Results 1 – 2 of 2) sorted by relevance
331 mServiceRefsToProcess.clear(); in Process()337 serviceReg.Process(aMainloop, mServiceRefsToProcess); in Process()346 mServiceRefsToProcess.push_back(mHostsRef); in Process()352 service->ProcessAll(aMainloop, mServiceRefsToProcess); in Process()357 host->Process(aMainloop, mServiceRefsToProcess); in Process()360 for (DNSServiceRef serviceRef : mServiceRefsToProcess) in Process()402 for (DNSServiceRef &entry : mServiceRefsToProcess) in HandleServiceRefDeallocating()
361 std::vector<DNSServiceRef> mServiceRefsToProcess; member in otbr::Mdns::PublisherMDnsSd