Home
last modified time | relevance | path

Searched refs:szTimerThresold (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Dbundle_aging_mgr.cpp68 char szTimerThresold[AgingConstants::THRESHOLD_VAL_LEN] = {0}; in InitAgingTimerInterval() local
69 int32_t ret = GetParameter(SYSTEM_PARAM_AGING_TIMER_INTERVAL, "", szTimerThresold, in InitAgingTimerInterval()
71 APP_LOGD("ret is %{public}d, szTimerThresold is %{public}d", ret, atoi(szTimerThresold)); in InitAgingTimerInterval()
77 if (strcmp(szTimerThresold, "") != 0) { in InitAgingTimerInterval()
78 agingTimerInterval_ = atoi(szTimerThresold); in InitAgingTimerInterval()

Completed in 2 milliseconds