Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_config_reader.cpp67 Json::Value appUsePeriodicallyRoot = root[APPLICATION_USE_PERIODICALLY_KEY]; in LoadApplicationUsePeriodically() local
68 if (appUsePeriodicallyRoot.empty() || !appUsePeriodicallyRoot.isObject()) { in LoadApplicationUsePeriodically()
72 …if (appUsePeriodicallyRoot[MIN_USE_TIMES].empty() || !appUsePeriodicallyRoot[MIN_USE_TIMES].isInt(… in LoadApplicationUsePeriodically()
76 int32_t minUseTimes = appUsePeriodicallyRoot[MIN_USE_TIMES].asInt(); in LoadApplicationUsePeriodically()
77 …if (appUsePeriodicallyRoot[MAX_USE_TIMES].empty() || !appUsePeriodicallyRoot[MAX_USE_TIMES].isInt(… in LoadApplicationUsePeriodically()
81 int32_t maxUseTimes = appUsePeriodicallyRoot[MAX_USE_TIMES].asInt(); in LoadApplicationUsePeriodically()
82 …if (appUsePeriodicallyRoot[MIN_USE_DAYS].empty() || !appUsePeriodicallyRoot[MIN_USE_DAYS].isInt())… in LoadApplicationUsePeriodically()
86 int32_t minUseDays = appUsePeriodicallyRoot[MIN_USE_DAYS].asInt(); in LoadApplicationUsePeriodically()