Home
last modified time | relevance | path

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

/base/powermgr/powermgr_lite/frameworks/include/
Drunning_lock_entry.h30 } RunningLockIdentity; typedef
38 RunningLockIdentity identity;
52 static inline BOOL IsSameRunningLockIdentity(const RunningLockIdentity *a, const RunningLockIdentit… in IsSameRunningLockIdentity()
/base/powermgr/powermgr_lite/services/src/
Drunning_lock_mgr.c161 static const RunningLockIdentity *GetRunningLockIdentity(const RunningLockEntry *entry) in GetRunningLockIdentity()
166 static int32_t RunningLockIdentityCmp(const RunningLockIdentity *a, const RunningLockIdentity *b) in RunningLockIdentityCmp()