Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Dbundle_aging_mgr.cpp85 char szBatteryThresold[AgingConstants::THRESHOLD_VAL_LEN] = {0}; in InitAgingBatteryThresold() local
86 int32_t ret = GetParameter(SYSTEM_PARAM_AGING_BATTER_THRESHOLD.c_str(), "", szBatteryThresold, in InitAgingBatteryThresold()
88 APP_LOGD("ret is %{public}d, szBatteryThresold is %{public}d", ret, atoi(szBatteryThresold)); in InitAgingBatteryThresold()
94 if (strcmp(szBatteryThresold, "") != 0) { in InitAgingBatteryThresold()
95 agingBatteryThresold_ = atoi(szBatteryThresold); in InitAgingBatteryThresold()