Searched refs:PowerXCollie (Results 1 - 3 of 3) sorted by relevance
/base/powermgr/power_manager/utils/native/src/ |
H A D | power_xcollie.cpp | 22 PowerXCollie::PowerXCollie(const std::string &logTag, bool isRecovery) in PowerXCollie() function in OHOS::PowerMgr::PowerXCollie 32 POWER_HILOGD(FEATURE_UTIL, "Start PowerXCollie, id:%{public}d, tag:%{public}s, timeout(s):%{public}u", id_, in PowerXCollie() 36 PowerXCollie::~PowerXCollie() in ~PowerXCollie() 41 void PowerXCollie::CancelPowerXCollie() in CancelPowerXCollie() 46 POWER_HILOGD(FEATURE_UTIL, "Cancel PowerXCollie, id:%{public}d, tag:%{public}s", id_, logTag_.c_str()); in CancelPowerXCollie()
|
/base/powermgr/power_manager/utils/native/include/ |
H A D | power_xcollie.h | 24 class PowerXCollie { class 26 PowerXCollie(const std::string &logTag, bool isRecovery = false); 27 ~PowerXCollie();
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 1075 PowerXCollie powerXCollie("PowerMgrService::CreateRunningLock", true); in CreateRunningLock() 1096 PowerXCollie powerXCollie("PowerMgrService::ReleaseRunningLock", true); in ReleaseRunningLock() 1131 PowerXCollie powerXCollie("PowerMgrService::UpdateWorkSource", true); in UpdateWorkSource() 1142 PowerXCollie powerXCollie("PowerMgrService::Lock", true); in Lock() 1162 PowerXCollie powerXCollie("PowerMgrService::UnLock", true); in UnLock() 1174 PowerXCollie powerXCollie("PowerMgrService::QueryRunningLockLists", true); in QueryRunningLockLists() 1216 PowerXCollie powerXCollie("PowerMgrService::ForceUnLock", true); in ForceUnLock() 1224 PowerXCollie powerXCollie("PowerMgrService::IsUsed", true); in IsUsed() 1233 PowerXCollie powerXCollie("PowerMgrService::ProxyRunningLock", true); in ProxyRunningLock() 1243 PowerXCollie powerXColli in ProxyRunningLocks() [all...] |
Completed in 4 milliseconds