Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_dlist.h153 static inline int DListGetCount(const struct DListHead *head) in DListGetCount() function
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c1161 int count = DListGetCount(&adapter->listenerList); in HdfIoserviceGetListenerCount()
1198 int count = DListGetCount(&adapterGroup->adapterList); in HdfIoserviceGroupGetServiceCount()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_uevent.c249 if (DListGetCount(&ruleCfg->matchKeyList) == 0) { in DevMgrUeventParseHdfEvent()
/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_control_dispatch.c261 sndCardNum = DListGetCount(cardManager); in ControlHostElemGetCard()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp1371 int32_t count = DListGetCount(&node->list->eList); in UsbdBulkASyncWriteCallbackAutoSubmit()
1412 int32_t count = DListGetCount(&node->list->eList); in UsbdBulkASyncReadCallbackAutoSubmit()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c764 if (!HdfSbufWriteInt32(reply, DListGetCount(&g_usbPnpInfoListHead))) { in UsbPnpGetDevices()