Home
last modified time | relevance | path

Searched refs:GetRunningLockTypeString (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/power_manager/utils/native/include/
H A Dpower_utils.h29 static const std::string GetRunningLockTypeString(RunningLockType type);
/ohos5.0/base/powermgr/power_manager/utils/native/src/
H A Dpower_utils.cpp154 const std::string PowerUtils::GetRunningLockTypeString(RunningLockType type) in GetRunningLockTypeString() function in OHOS::PowerMgr::PowerUtils
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.cpp234 …backgroundLockParam.name = PowerUtils::GetRunningLockTypeString(RunningLockType::RUNNINGLOCK_COORD… in InitLocksTypeCoordination()
719 .append(PowerUtils::GetRunningLockTypeString(it->first)) in DumpInfo()
742 .append(" type=").append(PowerUtils::GetRunningLockTypeString(lockParam.type)) in DumpInfo()
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp1310 PowerUtils::GetRunningLockTypeString(*iter).c_str(), count, in WakeupDeviceInner()