Searched refs:ProxyRunningLockList (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/ |
H A D | running_lock_strategy.cpp | 363 ProxyRunningLockList(isProxied, proxiedAppList); in ProxyAppAndProcess() 459 ProxyRunningLockList(false, proxiedAppList); in AddExemptionFlag() 482 ProxyRunningLockList(true, proxiedAppList); in RemoveExemptionFlag() 543 void RunningLockStrategy::ProxyRunningLockList(bool isProxied, in ProxyRunningLockList() function in OHOS::DevStandbyMgr::RunningLockStrategy 577 ProxyRunningLockList(true, {std::make_pair(pid, uid)}); in HandleProcessStatusChanged() 585 ProxyRunningLockList(false, {std::make_pair(pid, uid)}); in HandleProcessStatusChanged()
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/ |
H A D | standby_plugin_strategy_test.cpp | 134 runningLockStrategy->ProxyRunningLockList(isProxied, proxiedAppList); 137 runningLockStrategy->ProxyRunningLockList(isProxied, proxiedAppList);
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/include/ |
H A D | running_lock_strategy.h | 74 …void ProxyRunningLockList(bool isProxied, const std::vector<std::pair<int32_t, int32_t>>& proxiedA…
|