Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Dhdf_service_observer.h24 int HdfServiceObserverPublishService(struct HdfServiceObserver *observer,
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_service_observer.c84 int HdfServiceObserverPublishService(struct HdfServiceObserver *observer, const char *svcName, devi… in HdfServiceObserverPublishService() function
H A Dhdf_device_node.c40 return HdfServiceObserverPublishService(&(devNode->hostService->observer), devNode->servName, in HdfDeviceNodePublishLocalService()