Home
last modified time | relevance | path

Searched defs:lockCounters_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_impl.h62 static std::map<RunningLockType, std::shared_ptr<RunningLockCounter>> lockCounters_; variable
H A Drunning_lock_impl.cpp40 std::map<RunningLockType, std::shared_ptr<RunningLockCounter>> RunningLockImpl::lockCounters_ = {}; member in OHOS::HDI::Power::V1_2::RunningLockImpl
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.h169 std::map<RunningLockType, std::shared_ptr<LockCounter>> lockCounters_; variable