Searched refs:GetRemoteObjectList (Results 1 – 4 of 4) sorted by relevance
35 std::vector<sptr<IRemoteObject>> GetRemoteObjectList(pid_t pid, pid_t uid);
321 auto ret = runninglockProxy->GetRemoteObjectList(pid, uid);340 auto ret = runninglockProxy->GetRemoteObjectList(pid, uid);357 auto ret = runninglockProxy->GetRemoteObjectList(pid, uid);
65 std::vector<sptr<IRemoteObject>> RunningLockProxy::GetRemoteObjectList(pid_t pid, pid_t uid) in GetRemoteObjectList() function in OHOS::PowerMgr::RunningLockProxy
482 auto remoteObjList = runninglockProxy_->GetRemoteObjectList(pid, uid); in ProxyRunningLockInner()