/base/powermgr/power_manager/test/unittest/include/servicetest/ |
H A D | powermgr_service_test_proxy.h | 49 bool ProxyRunningLocks(bool isProxied,
|
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | power_mgr_client.h | 177 bool ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos);
|
H A D | ipower_mgr.h | 52 virtual bool ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) = 0;
|
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/ |
H A D | powermgr_service_mock_parcel_test.cpp | 93 EXPECT_FALSE(g_powerMgrServiceProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)})); in HWTEST_F()
|
/base/powermgr/power_manager/test/unittest/src/mock/ |
H A D | power_mock_proxy_test.cpp | 73 EXPECT_FALSE(sptrProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)})); in HWTEST_F()
|
H A D | power_mock_peer_test.cpp | 115 EXPECT_FALSE(sptrProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)})); in HWTEST_F()
|
/base/powermgr/power_manager/services/zidl/include/ |
H A D | power_mgr_proxy.h | 57 virtual bool ProxyRunningLocks(bool isProxied,
|
/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_mgr.h | 71 void ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos);
|
H A D | running_lock_mgr.cpp | 644 void RunningLockMgr::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) in ProxyRunningLocks() function in OHOS::RunningLockMgr
|
/base/powermgr/power_manager/frameworks/native/ |
H A D | power_mgr_client.cpp | 323 bool PowerMgrClient::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) in ProxyRunningLocks() function in OHOS::PowerMgr::PowerMgrClient 326 return proxy_->ProxyRunningLocks(isProxied, processInfos); in ProxyRunningLocks()
|
/base/powermgr/power_manager/test/unittest/src/ |
H A D | running_lock_mock_test.cpp | 595 EXPECT_TRUE(g_powerService->ProxyRunningLocks(true, {std::make_pair(curPid, curUid)})); in HWTEST_F() 607 EXPECT_TRUE(g_powerService->ProxyRunningLocks(false, {std::make_pair(curPid, curUid)})); in HWTEST_F() 785 EXPECT_TRUE(g_powerService->ProxyRunningLocks(true, {std::make_pair(curPid, curUid)})); in HWTEST_F() 790 EXPECT_TRUE(g_powerService->ProxyRunningLocks(false, {std::make_pair(curPid, curUid)})); in HWTEST_F()
|
/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | running_lock_test.cpp | 387 * @tc.desc: Test ProxyRunningLocks function 399 EXPECT_TRUE(powerMgrClient.ProxyRunningLocks(true, processInfos)); in HWTEST_F()
|
/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_service.h | 105 virtual bool ProxyRunningLocks(bool isProxied,
|
/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_stub.cpp | 339 bool ret = ProxyRunningLocks(isProxied, processInfos); in ProxyRunningLocksStub()
|
H A D | power_mgr_proxy.cpp | 301 bool PowerMgrProxy::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) in ProxyRunningLocks() function in OHOS::PowerMgr::PowerMgrProxy
|
/base/powermgr/power_manager/test/unittest/src/servicetest/ |
H A D | powermgr_service_test_proxy.cpp | 231 bool PowerMgrServiceTestProxy::ProxyRunningLocks(bool isProxied, in ProxyRunningLocks() function in OHOS::PowerMgr::PowerMgrServiceTestProxy
|
H A D | powermgr_service_native_test.cpp | 297 EXPECT_TRUE(g_powerMgrServiceProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)})); in HWTEST_F()
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 1241 bool PowerMgrService::ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) in ProxyRunningLocks() function in OHOS::PowerMgr::PowerMgrService 1243 PowerXCollie powerXCollie("PowerMgrService::ProxyRunningLocks", true); in ProxyRunningLocks() 1248 runningLockMgr_->ProxyRunningLocks(isProxied, processInfos); in ProxyRunningLocks()
|