Searched refs:DevSvcRecord (Results 1 – 3 of 3) sorted by relevance
24 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 …]
12 struct DevSvcRecord *DevSvcRecordNewInstance(void) in DevSvcRecordNewInstance()14 return (struct DevSvcRecord *)OsalMemCalloc(sizeof(struct DevSvcRecord)); in DevSvcRecordNewInstance()17 void DevSvcRecordFreeInstance(struct DevSvcRecord *inst) in DevSvcRecordFreeInstance()
15 struct DevSvcRecord { struct26 struct DevSvcRecord *DevSvcRecordNewInstance(void); argument27 void DevSvcRecordFreeInstance(struct DevSvcRecord *inst);