Home
last modified time | relevance | path

Searched defs:isProxied (Results 1 – 7 of 7) sorted by relevance

/base/powermgr/power_manager/frameworks/native/
Dpower_mgr_client.cpp216 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/
Drunning_lock_mgr.cpp460 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()
Dpower_mgr_service.cpp659 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/
Dpower_mgr_stub.cpp220 bool isProxied = false; in ProxyRunningLockStub() local
233 bool isProxied = false; in ProxyRunningLocksStub() local
Dpower_mgr_proxy.cpp195 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/
Dpowermgr_service_test_proxy.cpp199 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/
Dpower_fuzzer.cpp175 bool isProxied = static_cast<bool>(type); in ProxyRunningLock() local