Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/power/macosx/
A DSDL_syspower.c42 CFStringRef strval; /* don't CFRelease() this. */ in checkps() local
56 if (!GETVAL(kIOPSPowerSourceStateKey, &strval)) { in checkps()
60 if (STRMATCH(strval, CFSTR(kIOPSACPowerValue))) { in checkps()
62 } else if (!STRMATCH(strval, CFSTR(kIOPSBatteryPowerValue))) { in checkps()

Completed in 3 milliseconds