Home
last modified time | relevance | path

Searched refs:unloadDevInfos (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevhost_service_clnt.c36 HdfSListIteratorInit(&it, &hostClnt->unloadDevInfos); in DevHostServiceClntInstallDriver()
68 HdfSListInit(&hostClnt->unloadDevInfos); in DevHostServiceClntConstruct()
105 HdfSListFlush(&hostClnt->unloadDevInfos, HdfDeviceInfoDelete); in DevHostServiceClntFreeInstance()
H A Ddevmgr_service.c110 …dynamic = HdfSListIsEmpty(&hostClnt->unloadDevInfos) && !HdfSListIsEmpty(&hostClnt->dynamicDevInfo… in DevmgrServiceLoadDevice()
180 if (!HdfSListIsEmpty(&hostClnt->unloadDevInfos)) { in DevmgrServiceUnloadDevice()
206 HdfSListIteratorInit(&itDeviceInfo, &hostClnt->unloadDevInfos); in DevmgrServiceLoadLeftDriver()
326 if (HdfSListIsEmpty(&hostClnt->unloadDevInfos)) { in DevmgrServiceStartDeviceHost()
/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevhost_service_clnt.h20 struct HdfSList unloadDevInfos; member
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_query_device.c45 HdfSListIteratorInit(&itDeviceInfo, &hostClnt->unloadDevInfos); in DevFillQueryDeviceInfo()
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_attribute_macro.c170 … if (!HdfSListAddOrder(&hostClnt->unloadDevInfos, &devInfo->node, HdfDeviceListCompareMacro)) { in GetDevcieNodeList()
H A Dhdf_attribute.c201 … if (!HdfSListAddOrder(&hostClnt->unloadDevInfos, &deviceNodeInfo->node, HdfDeviceListCompare)) { in GetDevcieNodeList()