Home
last modified time | relevance | path

Searched refs:QueryRunningLockLists (Results 1 - 12 of 12) sorted by relevance

/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dpower_mgr_client.h170 bool QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists);
H A Dipower_mgr.h49 virtual bool QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists) = 0;
/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_proxy.h55 virtual bool QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists) override;
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.h58 void QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists);
H A Drunning_lock_mgr.cpp543 void RunningLockMgr::QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists) in QueryRunningLockLists() function in OHOS::PowerMgr::RunningLockMgr
/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp469 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 Dpower_mgr_service.h101 virtual bool QueryRunningLockLists(std::map<std::string, RunningLockInfo>& runningLockLists) override;
/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp396 bool ret = client.QueryRunningLockLists(runningLockLists); in RunAsQueryLockCommand()
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_service_test.cpp339 * @tc.desc: Test QueryRunningLockLists
348 bool ret = powerMgrClient.QueryRunningLockLists(runningLockLists); in HWTEST_F()
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp293 QueryRunningLockLists(runningLockLists); in QueryRunningLockListsStub()
H A Dpower_mgr_proxy.cpp212 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 Dpower_mgr_service.cpp1172 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