Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager.c24 struct DevSvcRecord *record = NULL; in DevSvcManagerSearchServiceLocked()
25 struct DevSvcRecord *searchResult = NULL; in DevSvcManagerSearchServiceLocked()
67 struct DevSvcRecord *record = NULL; in NotifyServiceStatusOnRegisterLocked()
88 struct DevSvcRecord *record = NULL; in DevSvcManagerAddService()
134 struct DevSvcRecord *record = NULL; in DevSvcManagerUpdateService()
187 struct DevSvcRecord *serviceRecord = NULL; in DevSvcManagerRemoveService()
238 struct DevSvcRecord *record = NULL; in DevSvcManagerListService()
265 struct DevSvcRecord *record = NULL; in DevSvcManagerListAllService()
285 struct DevSvcRecord *record = NULL; in DevSvcManagerListServiceByInterfaceDesc()
420 struct DevSvcRecord *record = NULL; in DevSvcManagerRelease()
[all …]
/ohos5.0/drivers/hdf_core/framework/core/shared/src/
H A Dhdf_service_record.c12 struct DevSvcRecord *DevSvcRecordNewInstance(void) in DevSvcRecordNewInstance()
14 return (struct DevSvcRecord *)OsalMemCalloc(sizeof(struct DevSvcRecord)); in DevSvcRecordNewInstance()
17 void DevSvcRecordFreeInstance(struct DevSvcRecord *inst) in DevSvcRecordFreeInstance()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Dhdf_service_record.h15 struct DevSvcRecord { struct
26 struct DevSvcRecord *DevSvcRecordNewInstance(void); argument
27 void DevSvcRecordFreeInstance(struct DevSvcRecord *inst);