/base/powermgr/power_manager/test/unittest/src/ |
D | running_lock_mock_test.cpp | 508 EXPECT_TRUE(g_powerService->ProxyRunningLocks(true, {std::make_pair(curPid, curUid)})); 513 EXPECT_TRUE(g_powerService->ProxyRunningLocks(false, {std::make_pair(curPid, curUid)})); 568 EXPECT_TRUE(g_powerService->ProxyRunningLocks(true, {std::make_pair(curPid, curUid)})); 580 EXPECT_TRUE(g_powerService->ProxyRunningLocks(false, {std::make_pair(curPid, curUid)})); 638 EXPECT_TRUE(g_powerService->ProxyRunningLocks(true, {std::make_pair(getpid(), getuid())})); 644 EXPECT_TRUE(g_powerService->ProxyRunningLocks(false, {std::make_pair(getpid(), getuid())})); 695 EXPECT_TRUE(g_powerService->ProxyRunningLocks(true, {std::make_pair(curPid, curUid)})); 700 EXPECT_TRUE(g_powerService->ProxyRunningLocks(false, {std::make_pair(curPid, curUid)})); 749 EXPECT_TRUE(g_powerService->ProxyRunningLocks(true, {std::make_pair(curPid, curUid)})); 754 EXPECT_TRUE(g_powerService->ProxyRunningLocks(false, {std::make_pair(curPid, curUid)})); [all …]
|
D | power_getcontroller_mock_test.cpp | 81 …bool ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) o…
|
D | running_lock_test.cpp | 374 EXPECT_TRUE(powerMgrClient.ProxyRunningLocks(true, processInfos));
|
/base/powermgr/power_manager/test/unittest/include/servicetest/ |
D | powermgr_service_test_proxy.h | 47 bool ProxyRunningLocks(bool isProxied,
|
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
D | power_mgr_client.h | 130 … bool ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos);
|
D | ipower_mgr.h | 44 …virtual bool ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& process…
|
/base/powermgr/power_manager/frameworks/native/ |
D | power_mgr_client.cpp | 222 bool PowerMgrClient::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& … in ProxyRunningLocks() function in OHOS::PowerMgr::PowerMgrClient 225 return proxy_->ProxyRunningLocks(isProxied, processInfos); in ProxyRunningLocks()
|
/base/powermgr/power_manager/services/zidl/include/ |
D | power_mgr_proxy.h | 52 virtual bool ProxyRunningLocks(bool isProxied,
|
/base/powermgr/power_manager/test/unittest/src/mock/ |
D | power_mock_proxy_test.cpp | 68 EXPECT_FALSE(sptrProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)}));
|
D | power_mock_peer_test.cpp | 104 EXPECT_FALSE(sptrProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)}));
|
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/ |
D | powermgr_service_mock_parcel_test.cpp | 88 EXPECT_FALSE(g_powerMgrServiceProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)}));
|
/base/powermgr/power_manager/services/native/include/ |
D | running_lock_mgr.h | 60 … void ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos);
|
D | power_mgr_service.h | 68 virtual bool ProxyRunningLocks(bool isProxied,
|
/base/powermgr/power_manager/services/native/src/ |
D | power_mgr_service.cpp | 668 bool PowerMgrService::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>&… in ProxyRunningLocks() function in OHOS::PowerMgr::PowerMgrService 674 runningLockMgr_->ProxyRunningLocks(isProxied, processInfos); in ProxyRunningLocks()
|
D | running_lock_mgr.cpp | 500 void RunningLockMgr::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& … in ProxyRunningLocks() function in OHOS::PowerMgr::RunningLockMgr
|
/base/powermgr/power_manager/services/zidl/src/ |
D | power_mgr_stub.cpp | 248 bool ret = ProxyRunningLocks(isProxied, processInfos); in ProxyRunningLocksStub()
|
D | power_mgr_proxy.cpp | 224 bool PowerMgrProxy::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& p… in ProxyRunningLocks() function in OHOS::PowerMgr::PowerMgrProxy
|
/base/powermgr/power_manager/test/unittest/src/servicetest/ |
D | powermgr_service_test_proxy.cpp | 228 bool PowerMgrServiceTestProxy::ProxyRunningLocks(bool isProxied, in ProxyRunningLocks() function in OHOS::PowerMgr::PowerMgrServiceTestProxy
|
D | powermgr_service_native_test.cpp | 279 EXPECT_TRUE(g_powerMgrServiceProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)}));
|