Home
last modified time | relevance | path

Searched refs:QueryRunningLockListsInner (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h145 void QueryRunningLockListsInner(std::map<std::string, RunningLockInfo>& runningLockLists);
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1167 QueryRunningLockListsInner(runningLockLists); in QueryRunningLockLists()
1171 void PowerMgrService::QueryRunningLockListsInner(std::map<std::string, RunningLockInfo>& runningLoc… in QueryRunningLockListsInner() function in OHOS::PowerMgr::PowerMgrService
H A Dpower_state_machine.cpp1158 pms_->QueryRunningLockListsInner(screenOnLockLists); in WakeupDeviceInner()