Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/powermgr_lite/services/include/
H A Drunning_lock_mgr.h28 uint32_t RunningLockMgrGetLockCount(RunningLockType type);
33 return (RunningLockMgrGetLockCount(type) > 0) ? TRUE : FALSE; in RunningLockMgrIsLockHolding()
/ohos5.0/base/powermgr/powermgr_lite/services/src/
H A Drunning_lock_mgr.c138 uint32_t RunningLockMgrGetLockCount(RunningLockType type) in RunningLockMgrGetLockCount() function