Home
last modified time | relevance | path

Searched refs:lockCounters_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_impl.cpp40 std::map<RunningLockType, std::shared_ptr<RunningLockCounter>> RunningLockImpl::lockCounters_ = {}; member in OHOS::HDI::Power::V1_2::RunningLockImpl
56 auto iterator = lockCounters_.find(filledInfo.type); in Hold()
57 if (iterator == lockCounters_.end()) { in Hold()
58 auto pair = lockCounters_.emplace(filledInfo.type, in Hold()
94 auto iterator = lockCounters_.find(filledInfo.type); in Unhold()
95 if (iterator == lockCounters_.end()) { in Unhold()
142 for (auto &iter : lockCounters_) { in Clean()
147 lockCounters_.clear(); in Clean()
154 auto iterator = lockCounters_.find(type); in GetCount()
155 if (iterator != lockCounters_ in GetCount()
[all...]
H A Drunning_lock_impl.h62 static std::map<RunningLockType, std::shared_ptr<RunningLockCounter>> lockCounters_; member in OHOS::HDI::Power::V1_2::RunningLockImpl

Completed in 2 milliseconds