Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Dhdf_service_observer.h23 void HdfServiceObserverDestruct(struct HdfServiceObserver *observer);
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_service_observer.c31 void HdfServiceObserverDestruct(struct HdfServiceObserver *observer) in HdfServiceObserverDestruct() function
H A Ddevhost_service.c252 HdfServiceObserverDestruct(&service->observer); in DevHostServiceDestruct()