Searched refs:newSettings (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychain.cpp146 SecKeychainSetSettings(SecKeychainRef keychainRef, const SecKeychainSettings *newSettings) argument
151 if (newSettings->version==SEC_KEYCHAIN_SETTINGS_VERS1)
153 UInt32 lockInterval=newSettings->lockInterval;
154 bool lockOnSleep=newSettings->lockOnSleep;
H A DSecKeychain.h335 @param newSettings A pointer to the new keychain settings.
338 OSStatus SecKeychainSetSettings(SecKeychainRef keychain, const SecKeychainSettings *newSettings);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychain.cpp146 SecKeychainSetSettings(SecKeychainRef keychainRef, const SecKeychainSettings *newSettings) argument
151 if (newSettings->version==SEC_KEYCHAIN_SETTINGS_VERS1)
153 UInt32 lockInterval=newSettings->lockInterval;
154 bool lockOnSleep=newSettings->lockOnSleep;
H A DSecKeychain.h335 @param newSettings A pointer to the new keychain settings.
338 OSStatus SecKeychainSetSettings(SecKeychainRef keychain, const SecKeychainSettings *newSettings);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychain.cpp146 SecKeychainSetSettings(SecKeychainRef keychainRef, const SecKeychainSettings *newSettings) argument
151 if (newSettings->version==SEC_KEYCHAIN_SETTINGS_VERS1)
153 UInt32 lockInterval=newSettings->lockInterval;
154 bool lockOnSleep=newSettings->lockOnSleep;
H A DSecKeychain.h335 @param newSettings A pointer to the new keychain settings.
338 OSStatus SecKeychainSetSettings(SecKeychainRef keychain, const SecKeychainSettings *newSettings);
/macosx-10.10/Security-57031.1.35/Security/sec/ipc/
H A Dserver.c591 CFPropertyListRef newSettings = SecXPCDictionaryCopyPList(event, kSecXPCKeyQuery, &error); local
592 if (newSettings) {
593 SecSetXPCLogSettings_Server(newSettings, &error);
596 CFReleaseNull(newSettings);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp6845 void IOHIDSystem::_setScrollCountParameters(OSDictionary *newSettings) argument
6847 if (!newSettings) {
6848 newSettings = (OSDictionary*)copyProperty(kIOHIDScrollCountBootDefaultKey);
6849 if (!OSDynamicCast(OSDictionary, newSettings)) {
6850 newSettings->release();
6851 newSettings = NULL;
6855 newSettings->retain();
6858 if (newSettings) {
6861 if((number = OSDynamicCast(OSNumber, newSettings->getObject(kIOHIDScrollCountMinDeltaToStartKey))))
6870 if((number = OSDynamicCast(OSNumber, newSettings
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h222 void _setScrollCountParameters(OSDictionary *newSettings = NULL);

Completed in 152 milliseconds