Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager.c27 if (devSvcManager == NULL) { in DevSvcManagerSearchServiceLocked()
93 OsalMutexLock(&devSvcManager->mutex); in DevSvcManagerAddService()
102 OsalMutexUnlock(&devSvcManager->mutex); in DevSvcManagerAddService()
123 OsalMutexLock(&devSvcManager->mutex); in DevSvcManagerAddService()
140 OsalMutexLock(&devSvcManager->mutex); in DevSvcManagerUpdateService()
194 OsalMutexLock(&devSvcManager->mutex); in DevSvcManagerRemoveService()
224 OsalMutexLock(&devSvcManager->mutex); in DevSvcManagerGetObject()
240 if (devSvcManager == NULL) { in DevSvcManagerListService()
245 OsalMutexLock(&devSvcManager->mutex); in DevSvcManagerListService()
271 OsalMutexLock(&devSvcManager->mutex); in DevSvcManagerListAllService()
[all …]
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Ddevmgr_service_start.c45 struct DevSvcManager *devSvcManager = (struct DevSvcManager *)DevSvcManagerGetInstance(); in ListAllService() local
46 if (reply == NULL || devSvcManager == NULL || devSvcManager->super.ListAllService == NULL) { in ListAllService()
50 devSvcManager->super.ListAllService(&devSvcManager->super, reply); in ListAllService()