Home
last modified time | relevance | path

Searched refs:HdfSListAdd (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/
H A Dosal_slist_test.cpp116 HdfOsalSlistTestInit(&list, totalCount, HdfSListAdd);
131 HdfOsalSlistTestInit(&list, totalCount, HdfSListAdd);
149 HdfOsalSlistTestInit(&list, totalCount, HdfSListAdd);
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_service_observer.c64 HdfSListAdd(&observer->services, &serviceRecord->entry); in HdfServiceObserverSubscribeService()
79 HdfSListAdd(&serviceRecord->subscribers, &subscriber->entry); in HdfServiceObserverSubscribeService()
105 HdfSListAdd(&observer->services, &serviceRecord->entry); in HdfServiceObserverPublishService()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_slist.h85 void HdfSListAdd(struct HdfSList *list, struct HdfSListNode *link);
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_attribute_macro.c176 HdfSListAdd(&hostClnt->dynamicDevInfos, &devInfo->node); in GetDevcieNodeList()
H A Dhdf_attribute.c208 HdfSListAdd(&hostClnt->dynamicDevInfos, &deviceNodeInfo->node); in GetDevcieNodeList()
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_slist.c56 void HdfSListAdd(struct HdfSList *list, struct HdfSListNode *link) in HdfSListAdd() function
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c260 HdfSListAdd(&hostClnt->devices, &tokenClnt->node); in DevmgrServiceAttachDevice()
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp248 HdfSListAdd(&session->usbDevs, &g_dev->list); in FuncAdapterOpenDevice()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp286 HdfSListAdd(&port->reqSyncList, &requestSync->node); in UsbdRequestSyncInit()
314 HdfSListAdd(&port->reqSyncList, &requestSync->node); in UsbdRequestSyncInitwithLength()
941 HdfSListAdd(&service->devList_, &port->node); in UsbdDeviceCreateAndAttach()
H A Dusb_impl.cpp676 HdfSListAdd(&port->requestQueue, &reqMsg->qNode); in GetRequestMsgData()
1916 HdfSListAdd(&port->requestQueue, &reqMsg->qNode); in RequestWait()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevsvc_manager_stub.c188 HdfSListAdd(&stub->devObjHolderList, &serviceObjectHolder->entry); in ObtainServiceObject()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c968 HdfSListAdd(&session->usbDevs, &dev->list); in AdapterOpenDevice()
H A Dliteos_adapter.c1143 HdfSListAdd(&session->usbDevs, &dev->list); in AdapterOpenDevice()