Searched defs:lockCounters_ (Results 1 – 3 of 3) sorted by relevance
62 static std::map<RunningLockType, std::shared_ptr<RunningLockCounter>> lockCounters_; variable
40 std::map<RunningLockType, std::shared_ptr<RunningLockCounter>> RunningLockImpl::lockCounters_ = {}; member in OHOS::HDI::Power::V1_2::RunningLockImpl
169 std::map<RunningLockType, std::shared_ptr<LockCounter>> lockCounters_; variable