Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevsvc_manager_stub.c187 OsalMutexLock(&stub->devSvcStubMutex); in ObtainServiceObject()
189 OsalMutexUnlock(&stub->devSvcStubMutex); in ObtainServiceObject()
198 OsalMutexLock(&stub->devSvcStubMutex); in ReleaseServiceObject()
200 OsalMutexUnlock(&stub->devSvcStubMutex); in ReleaseServiceObject()
216 OsalMutexUnlock(&stub->devSvcStubMutex); in ReleaseServiceObject()
347 OsalMutexLock(&stub->devSvcStubMutex); in DevSvcManagerStubGetService()
433 OsalMutexLock(&stub->devSvcStubMutex); in DevSvcManagerStubRemoveService()
452 OsalMutexUnlock(&stub->devSvcStubMutex); in DevSvcManagerStubRemoveService()
574 OsalMutexLock(&stub->devSvcStubMutex); in DevSvcManagerOnServiceDied()
587 OsalMutexUnlock(&stub->devSvcStubMutex); in DevSvcManagerOnServiceDied()
[all …]
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/include/
H A Ddevsvc_manager_stub.h36 struct OsalMutex devSvcStubMutex; member