Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/plugins/strategy/include/
H A Drunning_lock_strategy.h68 virtual ErrCode ProxyAppAndProcess(bool isProxied);
74 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.cpp127 bool isProxied = true; in HWTEST_F() local
133 runningLockStrategy->ProxyRunningLockList(isProxied, proxiedAppList); in HWTEST_F()
136 runningLockStrategy->ProxyRunningLockList(isProxied, proxiedAppList); in HWTEST_F()
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Drunning_lock_strategy.cpp353 ErrCode RunningLockStrategy::ProxyAppAndProcess(bool isProxied) in ProxyAppAndProcess() argument
363 ProxyRunningLockList(isProxied, proxiedAppList); in ProxyAppAndProcess()
543 void RunningLockStrategy::ProxyRunningLockList(bool isProxied, in ProxyRunningLockList() argument
555 if (!PowerMgr::PowerMgrClient::GetInstance().ProxyRunningLocks(isProxied, proxiedAppList)) { in ProxyRunningLockList()
606 result.append("Running Lock Strategy:\n").append("isProxied: " + std::to_string(isProxied_)) in DumpShowDetailInfo()

Completed in 3 milliseconds