Home
last modified time | relevance | path

Searched refs:listEntry (Results 1 – 15 of 15) sorted by relevance

/drivers/hdf_core/framework/core/host/src/
Dhdf_observer_record.c43 bool HdfServiceObserverRecordCompare(struct HdfSListNode *listEntry, uint32_t serviceKey) in HdfServiceObserverRecordCompare() argument
46 if (listEntry == NULL) { in HdfServiceObserverRecordCompare()
49 record = (struct HdfServiceObserverRecord *)listEntry; in HdfServiceObserverRecordCompare()
80 void HdfServiceObserverRecordDelete(struct HdfSListNode *listEntry) in HdfServiceObserverRecordDelete() argument
82 struct HdfServiceObserverRecord *observerRecord = (struct HdfServiceObserverRecord *)listEntry; in HdfServiceObserverRecordDelete()
Dhdf_service_subscriber.c32 void HdfServiceSubscriberDelete(struct HdfSListNode *listEntry) in HdfServiceSubscriberDelete() argument
34 struct HdfServiceSubscriber *serviceSubscriber = (struct HdfServiceSubscriber *)listEntry; in HdfServiceSubscriberDelete()
/drivers/hdf_core/framework/core/manager/src/
Dhdf_host_info.c24 void HdfHostInfoDelete(struct HdfSListNode *listEntry) in HdfHostInfoDelete() argument
26 struct HdfHostInfo *hostInfo = (struct HdfHostInfo *)listEntry; in HdfHostInfoDelete()
Ddevice_token_clnt.c43 void DeviceTokenClntDelete(struct HdfSListNode *listEntry) in DeviceTokenClntDelete() argument
45 struct DeviceTokenClnt *tokenClnt = (struct DeviceTokenClnt *)listEntry; in DeviceTokenClntDelete()
/drivers/hdf_core/framework/utils/src/
Dosal_message.c23 void HdfMessageDelete(struct HdfSListNode *listEntry) in HdfMessageDelete() argument
25 struct HdfMessage *message = (struct HdfMessage *)listEntry; in HdfMessageDelete()
/drivers/hdf_core/framework/core/host/include/
Dhdf_observer_record.h29 bool HdfServiceObserverRecordCompare(struct HdfSListNode *listEntry, uint32_t serviceKey);
32 void HdfServiceObserverRecordDelete(struct HdfSListNode *listEntry);
Dhdf_service_subscriber.h30 void HdfServiceSubscriberDelete(struct HdfSListNode *listEntry);
/drivers/hdf_core/framework/core/shared/src/
Dhdf_device_info.c54 void HdfDeviceInfoDelete(struct HdfSListNode *listEntry) in HdfDeviceInfoDelete() argument
56 struct HdfDeviceInfo *deviceInfo = (struct HdfDeviceInfo *)listEntry; in HdfDeviceInfoDelete()
/drivers/hdf_core/framework/core/manager/include/
Dhdf_host_info.h23 void HdfHostInfoDelete(struct HdfSListNode *listEntry);
Ddevice_token_clnt.h24 void DeviceTokenClntDelete(struct HdfSListNode *listEntry);
/drivers/hdf_core/framework/utils/include/
Dosal_message.h28 void HdfMessageDelete(struct HdfSListNode *listEntry);
/drivers/hdf_core/interfaces/inner_api/host/shared/
Dhdf_device_info.h52 void HdfDeviceInfoDelete(struct HdfSListNode *listEntry);
/drivers/peripheral/usb/test/unittest/mock/src/
Dmock_linux_adapter.cpp76 static bool OsDeviceCompare(HdfSListNode *listEntry, uint32_t searchKey) in OsDeviceCompare() argument
78 UsbDevice *dev = reinterpret_cast<UsbDevice *>(listEntry); in OsDeviceCompare()
/drivers/peripheral/usb/ddk/host/src/
Dlinux_adapter.c54 static bool OsDeviceCompare(struct HdfSListNode *listEntry, uint32_t searchKey) in OsDeviceCompare() argument
56 struct UsbDevice *dev = (struct UsbDevice *)listEntry; in OsDeviceCompare()
Dliteos_adapter.c198 static bool OsDeviceCompare(struct HdfSListNode *listEntry, uint32_t searchKey) in OsDeviceCompare() argument
200 struct UsbDevice *dev = (struct UsbDevice *)listEntry; in OsDeviceCompare()