Home
last modified time | relevance | path

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

/external/openscreen/discovery/mdns/
Dmdns_responder.cc139 bool is_exclusive_owner) { in ApplyQueryResults() argument
148 clazz, is_exclusive_owner) != AddResult::kAdded) { in ApplyQueryResults()
537 const bool is_exclusive_owner = in ProcessQueries() local
539 if (!is_service_enumeration && !is_exclusive_owner && in ProcessQueries()
565 if (is_exclusive_owner) { in ProcessQueries()
566 SendResponse(question, known_answers, send_response, is_exclusive_owner); in ProcessQueries()
570 send_response, is_exclusive_owner]() { in ProcessQueries()
572 is_exclusive_owner); in ProcessQueries()
583 bool is_exclusive_owner) { in SendResponse() argument
601 is_exclusive_owner); in SendResponse()
Dmdns_responder.h149 bool is_exclusive_owner);