Home
last modified time | relevance | path

Searched refs:ProxyRunningLocks (Results 1 - 18 of 18) sorted by relevance

/base/powermgr/power_manager/test/unittest/include/servicetest/
H A Dpowermgr_service_test_proxy.h49 bool ProxyRunningLocks(bool isProxied,
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dpower_mgr_client.h177 bool ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos);
H A Dipower_mgr.h52 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 Dpowermgr_service_mock_parcel_test.cpp93 EXPECT_FALSE(g_powerMgrServiceProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)})); in HWTEST_F()
/base/powermgr/power_manager/test/unittest/src/mock/
H A Dpower_mock_proxy_test.cpp73 EXPECT_FALSE(sptrProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)})); in HWTEST_F()
H A Dpower_mock_peer_test.cpp115 EXPECT_FALSE(sptrProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)})); in HWTEST_F()
/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_proxy.h57 virtual bool ProxyRunningLocks(bool isProxied,
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.h71 void ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos);
H A Drunning_lock_mgr.cpp644 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 Dpower_mgr_client.cpp323 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 Drunning_lock_mock_test.cpp595 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 Drunning_lock_test.cpp387 * @tc.desc: Test ProxyRunningLocks function
399 EXPECT_TRUE(powerMgrClient.ProxyRunningLocks(true, processInfos)); in HWTEST_F()
/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h105 virtual bool ProxyRunningLocks(bool isProxied,
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp339 bool ret = ProxyRunningLocks(isProxied, processInfos); in ProxyRunningLocksStub()
H A Dpower_mgr_proxy.cpp301 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 Dpowermgr_service_test_proxy.cpp231 bool PowerMgrServiceTestProxy::ProxyRunningLocks(bool isProxied, in ProxyRunningLocks() function in OHOS::PowerMgr::PowerMgrServiceTestProxy
H A Dpowermgr_service_native_test.cpp297 EXPECT_TRUE(g_powerMgrServiceProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)})); in HWTEST_F()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1241 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()

Completed in 17 milliseconds