Searched refs:UNSET_INT_PARAM (Results 1 – 3 of 3) sorted by relevance
26 const int32_t UNSET_INT_PARAM = -1; variable91 if (networkType == UNSET_INT_PARAM) { in GetNetWorkInfo()109 if (isCharging == UNSET_INT_PARAM) { in GetChargeInfo()135 if (batteryLevel == UNSET_INT_PARAM) { in GetBatteryInfo()147 if (batteryStatus == UNSET_INT_PARAM) { in GetBatteryInfo()230 if (isDeepIdle == UNSET_INT_PARAM) { in GetDeepIdleInfo()284 int32_t intValue = UNSET_INT_PARAM; in GetIntProperty()334 return UNSET_INT_PARAM; in GetBoolToIntProperty()340 return UNSET_INT_PARAM; in GetBoolToIntProperty()344 return UNSET_INT_PARAM; in GetBoolToIntProperty()[all …]
136 if (cwork.netWorkType == UNSET_INT_PARAM) { in GetNetWorkInfo()154 if (cwork.chargerType == UNSET_INT_PARAM) { in GetChargeInfo()171 if (cwork.batteryLevel == UNSET_INT_PARAM) { in GetBatteryInfo()180 if (cwork.batteryStatus == UNSET_INT_PARAM) { in GetBatteryInfo()195 if (cwork.storageRequest == UNSET_INT_PARAM) { in GetStorageInfo()210 if (cwork.repeatCycleTime == UNSET_INT_PARAM) { in GetRepeatInfo()215 if (!cwork.isRepeat && cwork.repeatCount == UNSET_INT_PARAM) { in GetRepeatInfo()
51 const int32_t UNSET_INT_PARAM = -1; variable