Home
last modified time | relevance | path

Searched refs:ProxyRunningLocks (Results 1 – 19 of 19) sorted by relevance

/base/powermgr/power_manager/test/unittest/src/
Drunning_lock_mock_test.cpp508 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 …]
Dpower_getcontroller_mock_test.cpp81 …bool ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) o…
Drunning_lock_test.cpp374 EXPECT_TRUE(powerMgrClient.ProxyRunningLocks(true, processInfos));
/base/powermgr/power_manager/test/unittest/include/servicetest/
Dpowermgr_service_test_proxy.h47 bool ProxyRunningLocks(bool isProxied,
/base/powermgr/power_manager/interfaces/inner_api/native/include/
Dpower_mgr_client.h130 … bool ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos);
Dipower_mgr.h44 …virtual bool ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& process…
/base/powermgr/power_manager/frameworks/native/
Dpower_mgr_client.cpp222 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/
Dpower_mgr_proxy.h52 virtual bool ProxyRunningLocks(bool isProxied,
/base/powermgr/power_manager/test/unittest/src/mock/
Dpower_mock_proxy_test.cpp68 EXPECT_FALSE(sptrProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)}));
Dpower_mock_peer_test.cpp104 EXPECT_FALSE(sptrProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)}));
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/
Dpowermgr_service_mock_parcel_test.cpp88 EXPECT_FALSE(g_powerMgrServiceProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)}));
/base/powermgr/power_manager/services/native/include/
Drunning_lock_mgr.h60 … void ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos);
Dpower_mgr_service.h68 virtual bool ProxyRunningLocks(bool isProxied,
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_service.cpp668 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()
Drunning_lock_mgr.cpp500 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/
Dpower_mgr_stub.cpp248 bool ret = ProxyRunningLocks(isProxied, processInfos); in ProxyRunningLocksStub()
Dpower_mgr_proxy.cpp224 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/
Dpowermgr_service_test_proxy.cpp228 bool PowerMgrServiceTestProxy::ProxyRunningLocks(bool isProxied, in ProxyRunningLocks() function in OHOS::PowerMgr::PowerMgrServiceTestProxy
Dpowermgr_service_native_test.cpp279 EXPECT_TRUE(g_powerMgrServiceProxy->ProxyRunningLocks(true, {std::make_pair(pid, uid)}));