Home
last modified time | relevance | path

Searched refs:DestroyRunningLock (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/powermgr_lite/
H A DREADME_zh.md60 …4313"><a name="p219643914313"></a><a name="p219643914313"></a>void DestroyRunningLock(const Runnin…
98 DestroyRunningLock(lock);
102 DestroyRunningLock(lock); // Must release runninglock before destroyed
H A DREADME.md60 …4313"><a name="p219643914313"></a><a name="p219643914313"></a>void DestroyRunningLock(const Runnin…
93 DestroyRunningLock(lock);
97 DestroyRunningLock(lock); // Must release runninglock before destroyed
/ohos5.0/base/powermgr/powermgr_lite/interfaces/kits/
H A Drunning_lock.h61 void DestroyRunningLock(const RunningLock *lock);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v2.2-beta2/
H A Dnative-apidiff-v2.2-beta2.md16 | powermgr_powermgr_lite | void DestroyRunningLock(const RunningL…
/ohos5.0/base/powermgr/powermgr_lite/test/Interface_test/test/unittest/src/
H A Dpowermgr_interfaces_test.cpp100 DestroyRunningLock(lock);
/ohos5.0/docs/en/release-notes/api-diff/v2.2-beta2/
H A Dnative-apidiff-v2.2-beta2.md16 | powermgr_powermgr_lite | void DestroyRunningLock(const RunningL…
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/
H A Drunning_lock.c152 void DestroyRunningLock(const RunningLock *lock) in DestroyRunningLock() function