Searched defs:KeyStrRef (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/
H A DtstOpenUSBDev.cpp45 * @param KeyStrRef The key name.
48 static bool tstDictGetU32(CFMutableDictionaryRef DictRef, CFStringRef KeyStrRef, uint32_t *pu32) argument
50 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef);
66 * @param KeyStrRef The key name.
69 static bool tstDictGetU64(CFMutableDictionaryRef DictRef, CFStringRef KeyStrRef, uint64_t *pu64) argument
71 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef);
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp107 * @param KeyStrRef The key name.
109 static bool darwinDictIsPresent(CFDictionaryRef DictRef, CFStringRef KeyStrRef) argument
111 return !!CFDictionaryGetValue(DictRef, KeyStrRef);
120 * @param KeyStrRef The key name.
123 static bool darwinDictGetBool(CFDictionaryRef DictRef, CFStringRef KeyStrRef, bool *pf) argument
125 CFTypeRef BoolRef = CFDictionaryGetValue(DictRef, KeyStrRef);
142 * @param KeyStrRef The key name.
145 static bool darwinDictGetU8(CFDictionaryRef DictRef, CFStringRef KeyStrRef, uint8_t *pu8) argument
147 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef);
163 * @param KeyStrRef Th
166 darwinDictGetU16(CFDictionaryRef DictRef, CFStringRef KeyStrRef, uint16_t *pu16) argument
187 darwinDictGetU32(CFDictionaryRef DictRef, CFStringRef KeyStrRef, uint32_t *pu32) argument
208 darwinDictGetU64(CFDictionaryRef DictRef, CFStringRef KeyStrRef, uint64_t *pu64) argument
229 darwinDictGetProcess(CFMutableDictionaryRef DictRef, CFStringRef KeyStrRef, PRTPROCESS pProcess) argument
251 darwinDictGetString(CFDictionaryRef DictRef, CFStringRef KeyStrRef, char *psz, size_t cch) argument
273 darwinDictDupString(CFDictionaryRef DictRef, CFStringRef KeyStrRef, char **ppsz) argument
296 darwinDictGetData(CFDictionaryRef DictRef, CFStringRef KeyStrRef, void *pvBuf, size_t cbBuf) argument
[all...]
/vbox/src/VBox/Devices/USB/darwin/
H A DUSBProxyDevice-darwin.cpp1024 * @param KeyStrRef The key name.
1027 static bool usbProxyDarwinDictGetU32(CFMutableDictionaryRef DictRef, CFStringRef KeyStrRef, uint32_t *pu32) argument
1029 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef);
1045 * @param KeyStrRef The key name.
1048 static bool usbProxyDarwinDictGetU64(CFMutableDictionaryRef DictRef, CFStringRef KeyStrRef, uint64_t *pu64) argument
1050 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef);

Completed in 52 milliseconds