Searched defs:isProxied (Results 1 – 7 of 7) sorted by relevance
/base/powermgr/power_manager/frameworks/native/ |
D | power_mgr_client.cpp | 216 bool PowerMgrClient::ProxyRunningLock(bool isProxied, pid_t pid, pid_t uid) in ProxyRunningLock() 222 bool PowerMgrClient::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& … in ProxyRunningLocks()
|
/base/powermgr/power_manager/services/native/src/ |
D | running_lock_mgr.cpp | 460 bool RunningLockMgr::ProxyRunningLock(bool isProxied, pid_t pid, pid_t uid) in ProxyRunningLock() 480 void RunningLockMgr::ProxyRunningLockInner(bool isProxied, pid_t pid, pid_t uid) in ProxyRunningLockInner() 500 void RunningLockMgr::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& … in ProxyRunningLocks()
|
D | power_mgr_service.cpp | 659 bool PowerMgrService::ProxyRunningLock(bool isProxied, pid_t pid, pid_t uid) in ProxyRunningLock() 668 bool PowerMgrService::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>&… in ProxyRunningLocks()
|
/base/powermgr/power_manager/services/zidl/src/ |
D | power_mgr_stub.cpp | 220 bool isProxied = false; in ProxyRunningLockStub() local 233 bool isProxied = false; in ProxyRunningLocksStub() local
|
D | power_mgr_proxy.cpp | 195 bool PowerMgrProxy::ProxyRunningLock(bool isProxied, pid_t pid, pid_t uid) in ProxyRunningLock() 224 bool PowerMgrProxy::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& p… in ProxyRunningLocks()
|
/base/powermgr/power_manager/test/unittest/src/servicetest/ |
D | powermgr_service_test_proxy.cpp | 199 bool PowerMgrServiceTestProxy::ProxyRunningLock(bool isProxied, pid_t pid, pid_t uid) in ProxyRunningLock() 228 bool PowerMgrServiceTestProxy::ProxyRunningLocks(bool isProxied, in ProxyRunningLocks()
|
/base/powermgr/power_manager/test/fuzztest/power_fuzzer/ |
D | power_fuzzer.cpp | 175 bool isProxied = static_cast<bool>(type); in ProxyRunningLock() local
|