Home
last modified time | relevance | path

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

/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_counter.h31 : type_(type), tag_(tag), counter_(0) {} in RunningLockCounter()
38 return counter_; in GetCount()
61 uint32_t counter_; member in OHOS::HDI::Power::V1_2::RunningLockCounter
H A Drunning_lock_counter.cpp40 ++counter_; in Increase()
41 if (counter_ == 1) { in Increase()
56 --counter_; in Decrease()
57 if (counter_ == 0) { in Decrease()

Completed in 1 milliseconds