Searched refs:needSetTime (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | decision_maker.cpp | 161 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 D | pkg_delay_suspend_info.cpp | 50 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 D | pkg_delay_suspend_info.h | 39 const bool needSetTime = false);
|
H A D | decision_maker.h | 102 int32_t uid, const std::shared_ptr<KeyInfo>& key, bool& needSetTime);
|