Searched refs:RemoveExemptionFlag (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/ |
H A D | base_network_strategy.cpp | 110 RemoveExemptionFlag(uid, ExemptionTypeFlag::EXEMPTION); in UpdateExemptionList() 409 RemoveExemptionFlag(static_cast<uint32_t>(uid), BGTASK_EXEMPTION_FLAG_MAP.at(type)); in UpdateBgTaskAppStatus() 458 void BaseNetworkStrategy::RemoveExemptionFlag(uint32_t uid, uint8_t flag) in RemoveExemptionFlag() function in OHOS::DevStandbyMgr::BaseNetworkStrategy 573 RemoveExemptionFlag(key, (value.appExemptionFlag_ & bgTaskFlag)); in ResetFirewallStatus()
|
H A D | running_lock_strategy.cpp | 119 RemoveExemptionFlag(uid, processName, ExemptionTypeFlag::EXEMPTION); in UpdateExemptionList() 416 RemoveExemptionFlag(uid, bundleName, BGTASK_EXEMPTION_FLAG_MAP.at(type)); in UpdateBgTaskAppStatus() 440 RemoveExemptionFlag(value.uid_, value.name_, (value.appExemptionFlag_ & bgTaskFlag)); in ResetProxyStatus() 464 void RunningLockStrategy::RemoveExemptionFlag(int32_t uid, const std::string& name, uint8_t flag) in RemoveExemptionFlag() function in OHOS::DevStandbyMgr::RunningLockStrategy
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/include/ |
H A D | base_network_strategy.h | 128 void RemoveExemptionFlag(uint32_t uid, uint8_t flag);
|
H A D | running_lock_strategy.h | 66 virtual void RemoveExemptionFlag(int32_t uid, const std::string& name, uint8_t flag);
|