Searched refs:eventParameters (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DBonjourEvents.c119 void AddEventToPlugin(BonjourUserEventsPlugin* plugin, CFNumberRef launchdToken, CFDictionaryRef eventParameters);
373 void AddEventToPlugin(BonjourUserEventsPlugin* plugin, CFNumberRef launchdToken, CFDictionaryRef eventParameters) argument
375 CFStringRef domain = CFDictionaryGetValue(eventParameters, sServiceDomainKey);
376 CFStringRef type = CFDictionaryGetValue(eventParameters, sServiceTypeKey);
377 CFStringRef name = CFDictionaryGetValue(eventParameters, sServiceNameKey);
378 CFBooleanRef cfOnAdd = CFDictionaryGetValue(eventParameters, sOnServiceAddKey);
379 CFBooleanRef cfOnRemove = CFDictionaryGetValue(eventParameters, sOnServiceRemoveKey);
437 CFDictionarySetValue(eventDictionary, sLaunchdDictKey, eventParameters);

Completed in 108 milliseconds