Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp403 whitelist_.emplace(info->GetUid()); in QueryResAppliedUid()
408 whitelist_.emplace(info->GetUid()); in QueryResAppliedUid()
1005 if (whitelist_.empty()) { in GetEffiResApplyUid()
1009 for (auto &it : whitelist_) { in GetEffiResApplyUid()
1123 whitelist_.emplace(uid); in UpdateEffiResApplyInfo()
1125 whitelist_.erase(uid); in UpdateEffiResApplyInfo()
1132 return whitelist_.find(uid) != whitelist_.end(); in CheckEffiResApplyInfo()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h319 std::set<int32_t> whitelist_; member in OHOS::WorkScheduler::final

Completed in 3 milliseconds