Searched refs:QueryRunningLockLists (Results 1 - 12 of 12) sorted by relevance
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | power_mgr_client.h | 170 bool QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists);
|
H A D | ipower_mgr.h | 49 virtual bool QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists) = 0;
|
/base/powermgr/power_manager/services/zidl/include/ |
H A D | power_mgr_proxy.h | 55 virtual bool QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists) override;
|
/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_mgr.h | 58 void QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists);
|
H A D | running_lock_mgr.cpp | 543 void RunningLockMgr::QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists) in QueryRunningLockLists() function in OHOS::PowerMgr::RunningLockMgr
|
/base/powermgr/power_manager/frameworks/native/ |
H A D | power_mgr_client.cpp | 469 bool PowerMgrClient::QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists) in QueryRunningLockLists() function in OHOS::PowerMgr::PowerMgrClient 473 return proxy_->QueryRunningLockLists(runningLockLists); in QueryRunningLockLists()
|
/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_service.h | 101 virtual bool QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists) override;
|
/base/powermgr/power_manager/utils/shell/src/ |
H A D | power_shell_command.cpp | 396 bool ret = client.QueryRunningLockLists(runningLockLists); in RunAsQueryLockCommand()
|
/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_mgr_service_test.cpp | 339 * @tc.desc: Test QueryRunningLockLists 348 bool ret = powerMgrClient.QueryRunningLockLists(runningLockLists); in HWTEST_F()
|
/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_stub.cpp | 293 QueryRunningLockLists(runningLockLists); in QueryRunningLockListsStub()
|
H A D | power_mgr_proxy.cpp | 212 bool PowerMgrProxy::QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists) in QueryRunningLockLists() function in OHOS::PowerMgr::PowerMgrProxy
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 1172 bool PowerMgrService::QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists) in QueryRunningLockLists() function in OHOS::PowerMgr::PowerMgrService 1174 PowerXCollie powerXCollie("PowerMgrService::QueryRunningLockLists", true); in QueryRunningLockLists() 1185 runningLockMgr_->QueryRunningLockLists(runningLockLists); in QueryRunningLockListsInner()
|
Completed in 14 milliseconds