Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_service_observer.c24 if (OsalMutexInit(&observer->observerMutex) != HDF_SUCCESS) { in HdfServiceObserverConstruct()
35 OsalMutexDestroy(&observer->observerMutex); in HdfServiceObserverDestruct()
63 OsalMutexLock(&observer->observerMutex); in HdfServiceObserverSubscribeService()
65 OsalMutexUnlock(&observer->observerMutex); in HdfServiceObserverSubscribeService()
104 OsalMutexLock(&observer->observerMutex); in HdfServiceObserverPublishService()
106 OsalMutexUnlock(&observer->observerMutex); in HdfServiceObserverPublishService()
125 OsalMutexLock(&observer->observerMutex); in HdfServiceObserverRemoveRecord()
127 OsalMutexUnlock(&observer->observerMutex); in HdfServiceObserverRemoveRecord()
/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Dhdf_service_observer.h19 struct OsalMutex observerMutex; member