Lines Matching defs:aState
85 void PublishSingleServiceWithCustomHost(void *aContext, Mdns::Publisher::State aState) in PublishSingleServiceWithCustomHost()
111 void PublishMultipleServicesWithCustomHost(void *aContext, Mdns::Publisher::State aState) in PublishMultipleServicesWithCustomHost()
153 void PublishSingleService(void *aContext, Mdns::Publisher::State aState) in PublishSingleService()
171 void PublishMultipleServices(void *aContext, Mdns::Publisher::State aState) in PublishMultipleServices()
251 … [](Mdns::Publisher::State aState) { PublishSingleServiceWithCustomHost(&sContext, aState); }); in TestSingleServiceWithCustomHost()
266 … [](Mdns::Publisher::State aState) { PublishMultipleServicesWithCustomHost(&sContext, aState); }); in TestMultipleServicesWithCustomHost()
281 …Mdns::Publisher::Create([](Mdns::Publisher::State aState) { PublishSingleService(&sContext, aState… in TestSingleService()
296 …Mdns::Publisher::Create([](Mdns::Publisher::State aState) { PublishMultipleServices(&sContext, aSt… in TestMultipleServices()
310 Mdns::Publisher *pub = Mdns::Publisher::Create([](Mdns::Publisher::State aState) { in TestUpdateService()
332 Mdns::Publisher *pub = Mdns::Publisher::Create([](Mdns::Publisher::State aState) { in TestServiceSubTypes()
364 …Mdns::Publisher::Create([](Mdns::Publisher::State aState) { PublishSingleService(&sContext, aState… in TestStopService()