Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/power/macosx/
A DSDL_syspower.c44 CFNumberRef numval; in checkps() local
70 if (GETVAL(kIOPSMaxCapacityKey, &numval)) { in checkps()
72 CFNumberGetValue(numval, kCFNumberSInt32Type, &val); in checkps()
79 if (GETVAL(kIOPSMaxCapacityKey, &numval)) { in checkps()
81 CFNumberGetValue(numval, kCFNumberSInt32Type, &val); in checkps()
88 if (GETVAL(kIOPSTimeToEmptyKey, &numval)) { in checkps()
90 CFNumberGetValue(numval, kCFNumberSInt32Type, &val); in checkps()
103 if (GETVAL(kIOPSCurrentCapacityKey, &numval)) { in checkps()
105 CFNumberGetValue(numval, kCFNumberSInt32Type, &val); in checkps()

Completed in 3 milliseconds