Home
last modified time | relevance | path

Searched refs:AssembleProxyKey (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/power_manager/services/native/src/
Drunning_lock_proxy.cpp25 std::string proxyKey = AssembleProxyKey(pid, uid); in AddRunningLock()
45 std::string proxyKey = AssembleProxyKey(pid, uid); in RemoveRunningLock()
67 std::string proxyKey = AssembleProxyKey(pid, uid); in GetRemoteObjectList()
77 std::string proxyKey = AssembleProxyKey(pid, uid); in IsProxied()
87 std::string proxyKey = AssembleProxyKey(pid, uid); in IncreaseProxyCnt()
105 std::string proxyKey = AssembleProxyKey(pid, uid); in DecreaseProxyCnt()
155 std::string RunningLockProxy::AssembleProxyKey(pid_t pid, pid_t uid) in AssembleProxyKey() function in OHOS::PowerMgr::RunningLockProxy
/base/powermgr/power_manager/services/native/include/
Drunning_lock_proxy.h43 std::string AssembleProxyKey(pid_t pid, pid_t uid);