Home
last modified time | relevance | path

Searched refs:HdfServiceSubscriberDelete (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Dhdf_service_subscriber.h30 void HdfServiceSubscriberDelete(struct HdfSListNode *listEntry);
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_service_subscriber.c32 void HdfServiceSubscriberDelete(struct HdfSListNode *listEntry) in HdfServiceSubscriberDelete() function
H A Dhdf_observer_record.c36 HdfSListFlush(&observerRecord->subscribers, HdfServiceSubscriberDelete); in HdfServiceObserverRecordRecycle()