Searched defs:isProxied (Results 1 - 6 of 6) sorted by relevance
/base/powermgr/power_manager/test/unittest/src/servicetest/ |
H A D | powermgr_service_test_proxy.cpp | 202 bool PowerMgrServiceTestProxy::ProxyRunningLock(bool isProxied, pid_t pid, pid_t uid) in ProxyRunningLock() argument 231 bool PowerMgrServiceTestProxy::ProxyRunningLocks(bool isProxied, in ProxyRunningLocks() argument
|
/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_proxy.cpp | 272 bool PowerMgrProxy::ProxyRunningLock(bool isProxied, pid_t pid, pid_t uid) in ProxyRunningLock() argument 301 bool PowerMgrProxy::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) in ProxyRunningLocks() argument
|
H A D | power_mgr_stub.cpp | 312 bool isProxied = false; in ProxyRunningLockStub() local 325 bool isProxied = false; in ProxyRunningLocksStub() local
|
/base/powermgr/power_manager/frameworks/native/ |
H A D | power_mgr_client.cpp | 317 bool PowerMgrClient::ProxyRunningLock(bool isProxied, pid_t pid, pid_t uid) in ProxyRunningLock() argument 323 bool PowerMgrClient::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) in ProxyRunningLocks() argument
|
/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_mgr.cpp | 629 bool RunningLockMgr::ProxyRunningLock(bool isProxied, pid_t pid, pid_t uid) in ProxyRunningLock() argument 644 void RunningLockMgr::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) in ProxyRunningLocks() argument
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 1231 bool PowerMgrService::ProxyRunningLock(bool isProxied, pid_t pid, pid_t uid) in ProxyRunningLock() argument 1241 bool PowerMgrService::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) in ProxyRunningLocks() argument
|
Completed in 11 milliseconds