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

/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPreferences.h80 @constant kSCPreferencesNotificationCommit Indicates when new
87 kSCPreferencesNotificationCommit = 1<<0, // __OSX_AVAILABLE_STARTING(__MAC_10_4,__IPHONE_2_0/*SPI*/) enumerator in enum:__anon7116
H A DSCPOpen.c773 notify |= kSCPreferencesNotificationCommit;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scpreferences.py8 self.failUnlessEqual(kSCPreferencesNotificationCommit, 1<<0)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scpreferences.py8 self.assertEqual(kSCPreferencesNotificationCommit, 1<<0)
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dbehaviors.c116 if (notification_type == kSCPreferencesNotificationCommit) {
H A Dcontroller_options.c200 if (notification_type != kSCPreferencesNotificationCommit) {
/macosx-10.9.5/configd-596.15/Plugins/PreferencesMonitor/
H A Dprefsmon.c664 if ((notificationType & kSCPreferencesNotificationCommit) == kSCPreferencesNotificationCommit) {
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A Dpmconfigd.c503 if ((kSCPreferencesNotificationCommit & notificationType) == 0)

Completed in 273 milliseconds