Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp870 …std::set<std::string> originRestrictSet = StandbyConfigManager::GetInstance()->GetEligiblePersistA… in GetEligiableRestrictSet() local
878 std::set_difference(originRestrictSet.begin(), originRestrictSet.end(), allowSet.begin(), in GetEligiableRestrictSet()
881 "restrictSet size is %{public}d", static_cast<int32_t>(originRestrictSet.size()), in GetEligiableRestrictSet()