Home
last modified time | relevance | path

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

/base/powermgr/powermgr_lite/frameworks/include/
Drunning_lock_entry.h52 static inline BOOL IsSameRunningLockIdentity(const RunningLockIdentity *a, const RunningLockIdentit… in IsSameRunningLockIdentity() function
/base/powermgr/powermgr_lite/services/src/
Drunning_lock_mgr.c168 return (IsSameRunningLockIdentity(a, b) == TRUE) ? 0 : -1; in RunningLockIdentityCmp()