Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp110 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 Drunning_lock_strategy.cpp119 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 Dbase_network_strategy.h128 void RemoveExemptionFlag(uint32_t uid, uint8_t flag);
H A Drunning_lock_strategy.h66 virtual void RemoveExemptionFlag(int32_t uid, const std::string& name, uint8_t flag);