Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Drunning_lock_strategy.cpp363 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 Dstandby_plugin_strategy_test.cpp134 runningLockStrategy->ProxyRunningLockList(isProxied, proxiedAppList);
137 runningLockStrategy->ProxyRunningLockList(isProxied, proxiedAppList);
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/include/
H A Drunning_lock_strategy.h74 …void ProxyRunningLockList(bool isProxied, const std::vector<std::pair<int32_t, int32_t>>& proxiedA…