Searched refs:notificationType (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A DPreferences.c33 SCPreferencesNotification notificationType,
36 if ((notificationType & kSCPreferencesNotificationApply) != 0) {
32 prefscallout(SCPreferencesRef prefs, SCPreferencesNotification notificationType, void *context) argument
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dcallbacks.py25 def prefsChanged(prefs, notificationType, info):
26 print "Prefs changed, type:", notificationType
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dcallbacks.py25 def prefsChanged(prefs, notificationType, info):
26 print "Prefs changed, type:", notificationType
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioControlUserClient.h54 virtual void sendChangeNotification(UInt32 notificationType);
H A DIOAudioControlUserClient.cpp87 void IOAudioControlUserClient::sendChangeNotification(UInt32 notificationType) argument
92 notificationMessage->type = notificationType;
H A DIOAudioControl.cpp89 void IOAudioControl::sendChangeNotification(UInt32 notificationType) argument
111 notificationNumber = OSNumber::withNumber (notificationType, sizeof (notificationType) * 8);
131 client->sendChangeNotification(notificationType);
H A DIOAudioControl.h166 virtual void sendChangeNotification(UInt32 notificationType);
H A DIOAudioEngineUserClient.h275 virtual IOReturn sendNotification(UInt32 notificationType);
H A DIOAudioEngine.h835 virtual void sendNotification(UInt32 notificationType);
H A DIOAudioEngineUserClient.cpp2728 IOReturn IOAudioEngineUserClient::sendNotification(UInt32 notificationType) argument
2732 audioDebugIOLog(3, "+ IOAudioEngineUserClient[%p]::sendNotification(%ld)\n", this, (long int)notificationType);
2734 if (notificationType == kIOAudioEnginePausedNotification) {
2741 notificationMessage->type = notificationType;
2750 audioDebugIOLog(3, "- IOAudioEngineUserClient[%p]::sendNotification(%ld) returns 0x%lX\n", this, (long int)notificationType, (long unsigned int)result );
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWDCLTranslator.h76 virtual IOReturn notify(IOFWDCLNotificationType notificationType,
H A DIOFWLocalIsochPort.h109 @param notificationType Type of change.
114 IOFWDCLNotificationType notificationType,
H A DIOFWLocalIsochPort.cpp101 IOReturn IOFWLocalIsochPort::notify( IOFWDCLNotificationType notificationType, argument
106 res = fProgram->notify(notificationType,
H A DIOFWDCLProgram.h88 IOFWDCLNotificationType notificationType,
H A DIOFWUserIsochPort.h111 UInt32 notificationType,
H A DIOFWUserIsochPort.cpp1143 UInt32 notificationType,
1159 switch( (IOFWDCLNotificationType)notificationType )
1278 DebugLog("unsupported notification type 0x%08x\n", (uint32_t)notificationType) ;
1285 return error ? error : notify( (IOFWDCLNotificationType)notificationType, (DCLCommand**)dcls, numDCLs ) ;
1142 userNotify( UInt32 notificationType, UInt32 numDCLs, void * data, IOByteCount dataSize ) argument
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPreferences.h125 @param notificationType The type of notification, such as changes
131 SCPreferencesNotification notificationType,
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochPort.h267 IOFWDCLNotificationType notificationType,
328 IOFWDCLNotificationType notificationType,
H A DIOFireWireLibIsochPort.cpp1468 IOFWDCLNotificationType notificationType,
1474 switch( notificationType )
1510 const uint64_t inputs[4] = {notificationType, numDCLs, (uint64_t) data, dataSize};
1559 const uint64_t inputs[2] = {notificationType, numDCLs};
1587 const uint64_t inputs[2] = {notificationType, numDCLs};
1774 IOFWDCLNotificationType notificationType,
1778 return IOFireWireIUnknown::InterfaceMap< LocalIsochPortCOM >::GetThis( self )->Notify( notificationType, inDCLList, numDCLs ) ;
1467 Notify( IOFWDCLNotificationType notificationType, void ** inDCLList, UInt32 numDCLs ) argument
1772 S_Notify( IOFireWireLibLocalIsochPortRef self, IOFWDCLNotificationType notificationType, void ** inDCLList, UInt32 numDCLs ) argument
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPMConnection.c152 int notificationType; member in struct:__anon3416
195 int notificationType; member in struct:__anon3418
225 int notificationType,
675 CFSTR(kIOPMStatsResponseSlow), timeIntervalNumber, foundResponse->notificationType);
682 CFSTR(kPMASLDomainAppResponse), 0, foundResponse->notificationType);
2162 responseWrangler->notificationType = interestBitsNotify;
2210 awaitThis->notificationType = interestBitsNotify;
2352 one_response->notificationType);
2381 n = sprintf(ptr, "caps: %d\n", one_response ? one_response->notificationType: -1)+1;
2594 if (!BIT_IS_SET(wrangler->notificationType, kIOPMSystemCapabilityCP
[all...]
H A Dpmconfigd.c158 SCPreferencesNotification notificationType,
500 SCPreferencesNotification notificationType,
503 if ((kSCPreferencesNotificationCommit & notificationType) == 0)
498 ESPrefsHaveChanged( SCPreferencesRef prefs, SCPreferencesNotification notificationType, void *info) argument
/macosx-10.9.5/configd-596.15/Plugins/PreferencesMonitor/
H A Dprefsmon.c658 SCPreferencesNotification notificationType,
664 if ((notificationType & kSCPreferencesNotificationCommit) == kSCPreferencesNotificationCommit) {
676 if ((notificationType & kSCPreferencesNotificationApply) != kSCPreferencesNotificationApply) {
657 updateConfiguration(SCPreferencesRef prefs, SCPreferencesNotification notificationType, void *info) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWebContextMac.mm163 WKOcclusionNotificationType notificationType;
181 bool result = WKRegisterOcclusionNotificationHandler(occlusionNotificationHandler.notificationType, occlusionNotificationHandler.handler);
192 bool result = WKUnregisterOcclusionNotificationHandler(occlusionNotificationHandler.notificationType, occlusionNotificationHandler.handler);
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLib.h407 const io_name_t notificationType,
417 @param notificationType A notification type from IOKitKeys.h
432 const io_name_t notificationType,
H A DIOKitLib.c512 const io_name_t notificationType,
539 kr = io_service_add_notification( masterPort, (char *) notificationType,
546 kr = io_service_add_notification_ool( masterPort, (char *) notificationType,
564 const io_name_t notificationType,
590 (char *) notificationType,
598 (char *) notificationType,
510 IOServiceAddNotification( mach_port_t _masterPort, const io_name_t notificationType, CFDictionaryRef matching, mach_port_t wakePort, uintptr_t reference, io_iterator_t *notification ) argument
562 IOServiceAddMatchingNotification( IONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, IOServiceMatchingCallback callback, void * refcon, io_iterator_t * notification ) argument

Completed in 364 milliseconds

12