Home
last modified time | relevance | path

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

/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
556 STANDBYSERVICE_LOGW("failed to ProxyRunningLockList"); in ProxyRunningLockList()
577 ProxyRunningLockList(true, {std::make_pair(pid, uid)}); in HandleProcessStatusChanged()
585 ProxyRunningLockList(false, {std::make_pair(pid, uid)}); in HandleProcessStatusChanged()
/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>>& proxiedAppList);
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_strategy_test.cpp120 * @tc.desc: test ProxyRunningLockList.
133 runningLockStrategy->ProxyRunningLockList(isProxied, proxiedAppList); in HWTEST_F()
136 runningLockStrategy->ProxyRunningLockList(isProxied, proxiedAppList); in HWTEST_F()

Completed in 3 milliseconds