Home
last modified time | relevance | path

Searched refs:dictKeys (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/connectivity/source/drivers/macab/
H A DMacabRecords.cxx673 CFStringRef *dictKeys; in createHeaderForProperty() local
684 dictKeys = (CFStringRef *) malloc(sizeof(CFStringRef)*numRecords); in createHeaderForProperty()
686 …CFDictionaryGetKeysAndValues((CFDictionaryRef) _propertyValue, (const void **) dictKeys, (const vo… in createHeaderForProperty()
703 localizedDictKey = ABCopyLocalizedPropertyOrLabel(dictKeys[i]); in createHeaderForProperty()
735 free(dictKeys); in createHeaderForProperty()
1025 CFStringRef *dictKeys; in insertPropertyIntoMacabRecord() local
1028 dictKeys = (CFStringRef *) malloc(sizeof(CFStringRef)*numRecords); in insertPropertyIntoMacabRecord()
1030 …CFDictionaryGetKeysAndValues((CFDictionaryRef) _propertyValue, (const void **) dictKeys, (const vo… in insertPropertyIntoMacabRecord()
1035 localizedDictKey = ABCopyLocalizedPropertyOrLabel(dictKeys[i]); in insertPropertyIntoMacabRecord()
1042 free(dictKeys); in insertPropertyIntoMacabRecord()

Completed in 21 milliseconds