Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/powermgr_lite/services/src/power/
H A Dsuspend_controller.c28 void ScAcquireRunningLock(const char *name) in ScAcquireRunningLock() function
57 ScAcquireRunningLock(WAKEUP_HOLDER); in DisableSuspend()
74 ScAcquireRunningLock(WAKEUP_HOLDER); in SuspendControllerInit()
/ohos5.0/base/powermgr/powermgr_lite/services/include/power/
H A Dsuspend_controller.h24 void ScAcquireRunningLock(const char* name);
/ohos5.0/base/powermgr/powermgr_lite/services/src/
H A Drunning_lock_mgr.c70 ScAcquireRunningLock(g_runningLockNames[entry->lock.type]); in AddRunningLockEntryLocked()