Home
last modified time | relevance | path

Searched refs:isAcquire (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/native/src/actions/default/suspend/
H A Drunning_lock_hub.cpp76 bool RunningLockHub::SaveLockFile(const std::string& name, bool isAcquire) in SaveLockFile() argument
79 int32_t fd = isAcquire ? lockFd_ : unlockFd_; in SaveLockFile()
85 void RunningLockHub::NotifySuspendCounter(bool isAcquire) in NotifySuspendCounter() argument
87 isAcquire ? sc_->IncSuspendBlockCounter() : sc_->DecSuspendBlockCounter(); in NotifySuspendCounter()
H A Drunning_lock_hub.h42 bool SaveLockFile(const std::string& name, bool isAcquire);
43 void NotifySuspendCounter(bool isAcquire);