Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dpkg_delay_suspend_info.cpp154 bool isExemptedApp = DelayedSingleton<BgtaskConfig>::GetInstance()-> in GetModifiedTime() local
157 if (isExemptedApp) { in GetModifiedTime()
161 pkg_.c_str(), isExemptedApp, exempted_quota); in GetModifiedTime()
H A Ddecision_maker.cpp165 bool isExemptedApp = DelayedSingleton<BgtaskConfig>::GetInstance()-> in CheckQuotaTime() local
167 …OGI("pkgname %{public}s has no quota time, isExemptedApp %{public}d", name.c_str(), isExemptedApp); in CheckQuotaTime()
168 if (isExemptedApp) { in CheckQuotaTime()