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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dcallbacks.py46 SCPreferencesScheduleWithRunLoop(prefs, loop, kCFRunLoopCommonModes)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dcallbacks.py46 SCPreferencesScheduleWithRunLoop(prefs, loop, kCFRunLoopCommonModes)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/Examples/CallbackDemo/
H A Dcallbacks.py46 SCPreferencesScheduleWithRunLoop(prefs, loop, kCFRunLoopCommonModes)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scpreferences.py66 self.failUnlessResultIsBOOL(SCPreferencesScheduleWithRunLoop)
68 r = SCPreferencesScheduleWithRunLoop(ref, rl, kCFRunLoopCommonModes)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scpreferences.py66 self.assertResultIsBOOL(SCPreferencesScheduleWithRunLoop)
68 r = SCPreferencesScheduleWithRunLoop(ref, rl, kCFRunLoopCommonModes)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/PyObjCTest/
H A Dtest_scpreferences.py69 self.assertResultIsBOOL(SCPreferencesScheduleWithRunLoop)
71 r = SCPreferencesScheduleWithRunLoop(ref, rl, kCFRunLoopCommonModes)
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferences.h397 @function SCPreferencesScheduleWithRunLoop
410 SCPreferencesScheduleWithRunLoop (
H A DSCPOpen.c1043 SCPreferencesScheduleWithRunLoop(SCPreferencesRef prefs, function
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dbehaviors.c61 if (!SCPreferencesScheduleWithRunLoop(context->prefs, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode)) {
H A Dcontroller_options.c237 if (!SCPreferencesScheduleWithRunLoop(context->prefs, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode)) {
H A Dapp_layer.c780 if (!SCPreferencesScheduleWithRunLoop(prefs, rl, rl_mode)) {
/macosx-10.10.1/bootp-298/bootplib/
H A DIPConfigurationControlPrefs.c175 SCPreferencesScheduleWithRunLoop(S_prefs, runloop,
/macosx-10.10.1/configd-699.1.5/Plugins/common/
H A DIPMonitorControlPrefs.c153 SCPreferencesScheduleWithRunLoop(S_prefs, runloop,
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLControlPrefs.c176 SCPreferencesScheduleWithRunLoop(S_prefs, runloop,
/macosx-10.10.1/configd-699.1.5/Plugins/PreferencesMonitor/
H A Dprefsmon.c780 if (!SCPreferencesScheduleWithRunLoop(prefs, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode)) {
782 CFSTR("SCPreferencesScheduleWithRunLoop() failed: %s"),
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A Dpmconfigd.c822 SCPreferencesScheduleWithRunLoop(
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c1063 ok = SCPreferencesScheduleWithRunLoop(prefs, rl, kCFRunLoopDefaultMode);
/macosx-10.10.1/configd-699.1.5/Plugins/InterfaceNamer/
H A Difnamer.c2572 if (!SCPreferencesScheduleWithRunLoop(S_prefs, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode)) {
2575 CFSTR(MY_PLUGIN_NAME ": SCPreferencesScheduleWithRunLoop() failed: %s"),
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c7740 || SCPreferencesScheduleWithRunLoop(prefs,

Completed in 239 milliseconds