Home
last modified time | relevance | path

Searched refs:runningLockMap_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/native/src/actions/default/suspend/
H A Drunning_lock_hub.cpp33 runningLockMap_[name]++; in Acquire()
48 if (runningLockMap_.find(name) == runningLockMap_.end()) { in Release()
51 runningLockMap_[name]--; in Release()
52 if (runningLockMap_[name] == 0) { in Release()
53 runningLockMap_.erase(name); in Release()
H A Drunning_lock_hub.h52 std::map<std::string, uint32_t> runningLockMap_; variable
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Drunning_lock_hub_native_test.cpp53 EXPECT_FALSE(runningLockHub->runningLockMap_.empty());
59 EXPECT_TRUE(runningLockHub->runningLockMap_.empty());