Home
last modified time | relevance | path

Searched refs:dynamicDevInfos (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevhost_service_clnt.c69 HdfSListInit(&hostClnt->dynamicDevInfos); in DevHostServiceClntConstruct()
106 HdfSListFlush(&hostClnt->dynamicDevInfos, HdfDeviceInfoDelete); in DevHostServiceClntFreeInstance()
H A Ddevmgr_service.c36 HdfSListIteratorInit(&itDeviceInfo, &hostClnt->dynamicDevInfos); in DevmgrServiceDynamicDevInfoFound()
110 …namic = HdfSListIsEmpty(&hostClnt->unloadDevInfos) && !HdfSListIsEmpty(&hostClnt->dynamicDevInfos); in DevmgrServiceLoadDevice()
/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevhost_service_clnt.h21 struct HdfSList dynamicDevInfos; member
/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()