Home
last modified time | relevance | path

Searched refs:GetRemoteObjectList (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/power_manager/services/native/include/
Drunning_lock_proxy.h35 std::vector<sptr<IRemoteObject>> GetRemoteObjectList(pid_t pid, pid_t uid);
/base/powermgr/power_manager/test/unittest/src/
Drunning_lock_test.cpp321 auto ret = runninglockProxy->GetRemoteObjectList(pid, uid);
340 auto ret = runninglockProxy->GetRemoteObjectList(pid, uid);
357 auto ret = runninglockProxy->GetRemoteObjectList(pid, uid);
/base/powermgr/power_manager/services/native/src/
Drunning_lock_proxy.cpp65 std::vector<sptr<IRemoteObject>> RunningLockProxy::GetRemoteObjectList(pid_t pid, pid_t uid) in GetRemoteObjectList() function in OHOS::PowerMgr::RunningLockProxy
Drunning_lock_mgr.cpp482 auto remoteObjList = runninglockProxy_->GetRemoteObjectList(pid, uid); in ProxyRunningLockInner()