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

/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dipsec_manager.c770 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), serv->userNotificationRLS, kCFRunLoopDefaultMode);
772 my_CFRelease(&serv->userNotificationRLS);
880 serv->userNotificationRLS = CFUserNotificationCreateRunLoopSource(NULL, serv->userNotificationRef,
882 if (!serv->userNotificationRLS) {
886 CFRunLoopAddSource(CFRunLoopGetCurrent(), serv->userNotificationRLS, kCFRunLoopDefaultMode);
3866 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), serv->userNotificationRLS, kCFRunLoopDefaultMode);
3868 my_CFRelease(&serv->userNotificationRLS);
4140 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), serv->userNotificationRLS, kCFRunLoopDefaultMode);
4142 my_CFRelease(&serv->userNotificationRLS);
4667 serv->userNotificationRLS
[all...]
H A Dscnc_main.h296 CFRunLoopSourceRef userNotificationRLS; /* user notification rls */ member in struct:service
H A Dppp_manager.c279 serv->userNotificationRLS = CFUserNotificationCreateRunLoopSource(NULL, serv->userNotificationRef,
281 if (!serv->userNotificationRLS) {
285 CFRunLoopAddSource(CFRunLoopGetCurrent(), serv->userNotificationRLS, kCFRunLoopDefaultMode);
1577 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), serv->userNotificationRLS, kCFRunLoopDefaultMode);
1579 my_CFRelease(&serv->userNotificationRLS);
H A Dscnc_main.c1558 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), serv->userNotificationRLS, kCFRunLoopDefaultMode);
1560 my_CFRelease(&serv->userNotificationRLS);
1951 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), serv->userNotificationRLS, kCFRunLoopDefaultMode);
1953 my_CFRelease(&serv->userNotificationRLS);

Completed in 97 milliseconds