Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c110 …dynamic = HdfSListIsEmpty(&hostClnt->unloadDevInfos) && !HdfSListIsEmpty(&hostClnt->dynamicDevInfo… in DevmgrServiceLoadDevice()
175 if (!HdfSListIsEmpty(&hostClnt->devices)) { in DevmgrServiceUnloadDevice()
180 if (!HdfSListIsEmpty(&hostClnt->unloadDevInfos)) { in DevmgrServiceUnloadDevice()
326 if (HdfSListIsEmpty(&hostClnt->unloadDevInfos)) { in DevmgrServiceStartDeviceHost()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_slist.h66 bool HdfSListIsEmpty(const struct HdfSList *list);
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/
H A Dosal_slist_test.cpp89 EXPECT_TRUE(HdfSListIsEmpty(&list));
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_slist.c21 bool HdfSListIsEmpty(const struct HdfSList *list) in HdfSListIsEmpty() function
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp645 if (!HdfSListIsEmpty(&port->requestQueue)) { in GetRequestMsgFromQueue()
1076 while (!HdfSListIsEmpty(&devList_)) { in UsbdReleaseDevices()