Home
last modified time | relevance | path

Searched refs:HdfDeviceGetServiceName (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Dsym_export.c31 EXPORT_SYMBOL(HdfDeviceGetServiceName);
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H A Dsample_hdi_service.cpp111 if (sampleDev->devobj == nullptr || HdfDeviceGetServiceName(sampleDev->devobj) == nullptr) { in SampleServiceUnregisterDevice()
117 if (strcmp(HdfDeviceGetServiceName(sampleDev->devobj), servName) == 0) { in SampleServiceUnregisterDevice()
/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/
H A Dsample_driver_test.c46 if (sampleDev->devobj == NULL || HdfDeviceGetServiceName(sampleDev->devobj) == NULL) { in GetRegistedDevice()
52 if (strcmp(HdfDeviceGetServiceName(sampleDev->devobj), serviceName) == 0) { in GetRegistedDevice()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_desc.h274 const char *HdfDeviceGetServiceName(const struct HdfDeviceObject *deviceObject);
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dwatchdog_virtual.c142 HDF_LOGI("VirtualWatchdogBind: dev service %s bind success!", HdfDeviceGetServiceName(device)); in VirtualWatchdogBind()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/rtc/
H A Drtc_adapter.c215 HDF_LOGI("HiRtcInit: Hdf dev service:%s init success!", HdfDeviceGetServiceName(device)); in HiRtcInit()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/
H A Dwatchdog_adapter.c278 HDF_LOGI("HdfWdtBind: dev service %s init success!", HdfDeviceGetServiceName(obj)); in HdfWdtBind()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/gpio/
H A Dgpio_adapter.c286 HDF_LOGI("LinuxGpioInit: dev service:%s init done!", HdfDeviceGetServiceName(device)); in LinuxGpioInit()
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device_object.c50 const char *HdfDeviceGetServiceName(const struct HdfDeviceObject *deviceObject) in HdfDeviceGetServiceName() function
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-rtc-develop.md330 HDF_LOGI("Hdf dev service:%s init success!", HdfDeviceGetServiceName(device));
H A Ddriver-platform-gpio-develop.md412 HDF_LOGI("%s: dev service:%s init success!", __func__, HdfDeviceGetServiceName(device));
/ohos5.0/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c132 if (!strcmp(HdfDeviceGetServiceName(g_resistedDevice[i]), serviceName)) { in GetRegistedDevice()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-rtc-develop.md279 HDF_LOGI("Hdf dev service:%s init success!", HdfDeviceGetServiceName(device));
H A Ddriver-platform-gpio-develop.md374 HDF_LOGI("%s: dev service:%s init success!", __func__, HdfDeviceGetServiceName(device));