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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.h210 Keys for the SCNetworkConnectionCopyUserPreferences() "selectionOptions"
247 @param selectionOptions Currently unimplemented. Pass NULL for this
258 CFDictionaryRef selectionOptions,
H A DSCNetworkConnection.c3822 __SCNetworkConnectionCopyUserPreferencesInternal(CFDictionaryRef selectionOptions, argument
3855 if (selectionOptions != NULL) {
3866 hostName = CFDictionaryGetValue(selectionOptions, kSCNetworkConnectionSelectionOptionOnDemandHostName);
3868 hostName = CFDictionaryGetValue(selectionOptions, kSCPropNetPPPOnDemandHostName);
3874 priority = CFDictionaryGetValue(selectionOptions, kSCPropNetPPPOnDemandPriority);
4006 SCLog(TRUE, LOG_DEBUG, CFSTR("Selection options: %@"), selectionOptions);
4048 SCNetworkConnectionCopyUserPreferences(CFDictionaryRef selectionOptions, argument
4059 if (selectionOptions != NULL) {
4062 hostName = CFDictionaryGetValue(selectionOptions, kSCNetworkConnectionSelectionOptionOnDemandHostName);
4069 val = CFDictionaryGetValue(selectionOptions, kSCNetworkConnectionSelectionOptionOnDemandRetr
4420 SCNetworkConnectionSelectServiceWithOptions(SCNetworkConnectionRef connection, CFDictionaryRef selectionOptions) argument
[all...]
H A DSCNetworkConnectionPrivate.h183 @param selectionOptions A dictionary containing some options to be used to
190 CFDictionaryRef selectionOptions) __OSX_AVAILABLE_STARTING(__MAC_10_9,__IPHONE_7_0);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DAVFoundationCFSoftLinking.h123 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFMediaSelectionCopyOptionsFromArrayFilteredAndSortedAccordingToPreferredLanguages, CFArrayRef, __cdecl, (CFArrayRef selectionOptions, CFArrayRef preferredLanguages), (selectionOptions, preferredLanguages))
236 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFMediaSelectionCopyPlayableOptionsFromArray, CFArrayRef, __cdecl, (CFArrayRef selectionOptions), (selectionOptions))

Completed in 194 milliseconds