Searched refs:propertyDict (Results 1 - 8 of 8) sorted by path

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp1321 OSDictionary *propertyDict; local
1328 propertyDict = OSDynamicCast( OSDictionary, properties );
1330 if ( propertyDict != NULL )
1336 OSBoolean *suspendDevice = OSDynamicCast(OSBoolean, propertyDict->getObject("SuspendDevice"));
1379 OSBoolean *remoteWakeup = OSDynamicCast(OSBoolean, propertyDict->getObject("RemoteWakeUp"));
1409 if (dynamicKey = propertyDict->getObject(kWWAN_TYPE))
1412 if (dynamicKey = propertyDict->getObject(kWWAN_HW_VERSION))
1415 if (dynamicKey = propertyDict->getObject("AccessPointName"))
1418 if (dynamicKey = propertyDict->getObject("LCPMTU"))
1421 if (dynamicKey = propertyDict
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFURLAccess.c117 CFMutableDictionaryRef propertyDict = NULL; local
144 propertyDict = CFDictionaryCreateMutable(alloc, 0, & kCFTypeDictionaryKeyCallBacks, & kCFTypeDictionaryValueCallBacks);
145 if (arrayRange.length == 0) return propertyDict;
159 CFDictionarySetValue(propertyDict, kCFURLFileExists, kCFBooleanFalse);
164 return propertyDict;
172 CFDictionarySetValue(propertyDict, kCFURLFilePOSIXMode, num);
179 CFDictionarySetValue(propertyDict, kCFURLFileDirectoryContents, contents);
186 CFDictionarySetValue(propertyDict, kCFURLFileLength, num);
193 CFDictionarySetValue(propertyDict, kCFURLFileLastModificationTime, modTime);
199 CFDictionarySetValue(propertyDict, kCFURLFileExist
221 _CFFileURLWritePropertiesToResource(CFURLRef url, CFDictionaryRef propertyDict, SInt32 *errorCode) argument
764 CFURLWriteDataAndPropertiesToResource(CFURLRef url, CFDataRef data, CFDictionaryRef propertyDict, SInt32 *errorCode) argument
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventService.cpp718 OSDictionary * propertyDict = OSDynamicCast(OSDictionary, properties); local
721 if ( propertyDict ) {
722 propertyDict->setObject(kIOHIDDeviceParametersKey, kOSBooleanTrue);
723 ret = setSystemProperties( propertyDict );
724 propertyDict->removeObject(kIOHIDDeviceParametersKey);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDevice.cpp149 OSDictionary * propertyDict = OSDynamicCast(OSDictionary, properties); local
152 if ( propertyDict ) {
153 if (propertyDict->setOptions(0, 0) & OSDictionary::kImmutable) {
154 OSDictionary * temp = propertyDict;
155 propertyDict = OSDynamicCast(OSDictionary, temp->copyCollection());
158 propertyDict->retain();
160 propertyDict->setObject(kIOHIDDeviceParametersKey, kOSBooleanTrue);
161 ret = setParamProperties( propertyDict );
162 propertyDict->removeObject(kIOHIDDeviceParametersKey);
163 propertyDict
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFURLAccess.c68 static Boolean _IOFileURLWritePropertiesToResource(CFURLRef url, CFDictionaryRef propertyDict, SInt32 *errorCode);
158 Boolean IOURLWriteDataAndPropertiesToResource(CFURLRef url, CFDataRef data, CFDictionaryRef propertyDict, SInt32 *errorCode) { argument
184 if (propertyDict) {
185 if (!_IOFileURLWritePropertiesToResource(url, propertyDict, errorCode))
195 static Boolean _IOFileURLWritePropertiesToResource(CFURLRef url, CFDictionaryRef propertyDict, SInt32 *errorCode) { argument
208 count = CFDictionaryGetCount(propertyDict);
216 CFDictionaryGetKeysAndValues(propertyDict, keys, values);
248 CFMutableDictionaryRef propertyDict = NULL; local
276 propertyDict = CFDictionaryCreateMutable(alloc, 0, & kCFTypeDictionaryKeyCallBacks, & kCFTypeDictionaryValueCallBacks);
277 if (count == 0) return propertyDict;
[all...]
/macosx-10.9.5/PowerManagement-420.90.1/ioupsd/
H A Dupsd.c203 CFMutableDictionaryRef propertyDict; local
221 propertyDict = CFDictionaryCreateMutable(kCFAllocatorDefault,
224 if (!propertyDict)
231 CFDictionarySetValue(propertyDict, CFSTR(kIOUPSDeviceKey), kCFBooleanTrue);
233 CFDictionarySetValue(matchingDict, CFSTR(kIOPropertyMatchKey), propertyDict);
235 CFRelease(propertyDict);
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A Dpmconfigd.c1228 CFMutableDictionaryRef propertyDict = 0; local
1272 propertyDict = CFDictionaryCreateMutable(kCFAllocatorDefault,
1274 if (!propertyDict) goto finish;
1277 CFDictionarySetValue(propertyDict, CFSTR(kIOUPSDeviceKey), kCFBooleanTrue);
1278 CFDictionarySetValue(matchingDict, CFSTR(kIOPropertyMatchKey), propertyDict);
1300 if(propertyDict) CFRelease(propertyDict);
/macosx-10.9.5/xnu-2422.115.4/libsa/
H A Dbootstrap.cpp472 OSDictionary * propertyDict = NULL; // must release local
497 propertyDict = booterMemoryMap->dictionaryWithProperties();
498 if (!propertyDict) {
506 keyIterator = OSCollectionIterator::withCollection(propertyDict);
517 OSKext::createExcludeListFromBooterData(propertyDict, keyIterator);
526 propertyDict->getObject(deviceTreeName));
611 OSSafeRelease(propertyDict);

Completed in 293 milliseconds