Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Ddecision_maker.cpp161 int32_t uid, const std::shared_ptr<KeyInfo>& key, bool &needSetTime) in CheckQuotaTime() argument
169 needSetTime = true; in CheckQuotaTime()
206 bool needSetTime = false; in Decide() local
207 ErrCode ret = CheckQuotaTime(pkgInfo, name, uid, key, needSetTime); in Decide()
212 pkgInfo->AddRequest(delayInfo, GetDelayTime(), needSetTime); in Decide()
H A Dpkg_delay_suspend_info.cpp50 const int32_t delayTime, const bool needSetTime) in AddRequest() argument
52 if (needSetTime) { in AddRequest()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dpkg_delay_suspend_info.h39 const bool needSetTime = false);
H A Ddecision_maker.h102 int32_t uid, const std::shared_ptr<KeyInfo>& key, bool& needSetTime);