Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp26 const int32_t UNSET_INT_PARAM = -1; variable
91 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 …]
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp136 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()
H A Dwork_scheduler_ffi.h51 const int32_t UNSET_INT_PARAM = -1; variable