Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_inner.h98 uint64_t GetLockId() const in GetLockId() function
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dasync_lock.h60 uint32_t GetLockId() const in GetLockId() function
H A Dlock_request.cpp318 if (lock_->GetLockId() == 0) { in GetLockInfo()
321 strTrace += "lockId: " + std::to_string(lock_->GetLockId()); in GetLockInfo()