Lines Matching refs:CFUUIDRef

174 static void __CFUUIDAddUniqueUUIDHasLock(CFUUIDRef uuid) {
187 static void __CFUUIDRemoveUniqueUUIDHasLock(CFUUIDRef uuid) {
191 static CFUUIDRef __CFUUIDGetUniquedUUIDHasLock(const CFUUIDBytes *bytes) {
192 CFUUIDRef uuid = NULL;
194 uuid = (CFUUIDRef)find_has_lock(bytes);
196 uuid = (CFUUIDRef)CFDictionaryGetValue(_uniquedUUIDs, bytes);
211 CFStringRef uuidStr = CFUUIDCreateString(CFGetAllocator(cf), (CFUUIDRef)cf);
218 return CFUUIDCreateString(CFGetAllocator(cf), (CFUUIDRef)cf);
243 static CFUUIDRef __CFUUIDCreateWithBytesPrimitive(CFAllocatorRef allocator, CFUUIDBytes bytes, Boolean isConst) {
261 return (CFUUIDRef)uuid;
270 CFUUIDRef CFUUIDCreate(CFAllocatorRef alloc) {
301 CFUUIDRef CFUUIDCreateWithBytes(CFAllocatorRef alloc, uint8_t byte0, uint8_t byte1, uint8_t byte2, uint8_t byte3, uint8_t byte4, uint8_t byte5, uint8_t byte6, uint8_t byte7, uint8_t byte8, uint8_t byte9, uint8_t byte10, uint8_t byte11, uint8_t byte12, uint8_t byte13, uint8_t byte14, uint8_t byte15) {
371 CFUUIDRef CFUUIDCreateFromString(CFAllocatorRef alloc, CFStringRef uuidStr) {
420 CFStringRef CFUUIDCreateString(CFAllocatorRef alloc, CFUUIDRef uuid) {
462 CFUUIDRef CFUUIDGetConstantUUIDWithBytes(CFAllocatorRef alloc, uint8_t byte0, uint8_t byte1, uint8_t byte2, uint8_t byte3, uint8_t byte4, uint8_t byte5, uint8_t byte6, uint8_t byte7, uint8_t byte8, uint8_t byte9, uint8_t byte10, uint8_t byte11, uint8_t byte12, uint8_t byte13, uint8_t byte14, uint8_t byte15) {
485 CFUUIDBytes CFUUIDGetUUIDBytes(CFUUIDRef uuid) {
489 CF_EXPORT CFUUIDRef CFUUIDCreateFromUUIDBytes(CFAllocatorRef alloc, CFUUIDBytes bytes) {