Searched refs:HdfDeviceGetServiceName (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/manager/src/ |
H A D | sym_export.c | 31 EXPORT_SYMBOL(HdfDeviceGetServiceName);
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
H A D | sample_hdi_service.cpp | 111 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 D | sample_driver_test.c | 46 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 D | hdf_device_desc.h | 274 const char *HdfDeviceGetServiceName(const struct HdfDeviceObject *deviceObject);
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | watchdog_virtual.c | 142 HDF_LOGI("VirtualWatchdogBind: dev service %s bind success!", HdfDeviceGetServiceName(device)); in VirtualWatchdogBind()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/rtc/ |
H A D | rtc_adapter.c | 215 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 D | watchdog_adapter.c | 278 HDF_LOGI("HdfWdtBind: dev service %s init success!", HdfDeviceGetServiceName(obj)); in HdfWdtBind()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/gpio/ |
H A D | gpio_adapter.c | 286 HDF_LOGI("LinuxGpioInit: dev service:%s init done!", HdfDeviceGetServiceName(device)); in LinuxGpioInit()
|
/ohos5.0/drivers/hdf_core/framework/core/host/src/ |
H A D | hdf_device_object.c | 50 const char *HdfDeviceGetServiceName(const struct HdfDeviceObject *deviceObject) in HdfDeviceGetServiceName() function
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-rtc-develop.md | 330 HDF_LOGI("Hdf dev service:%s init success!", HdfDeviceGetServiceName(device));
|
H A D | driver-platform-gpio-develop.md | 412 HDF_LOGI("%s: dev service:%s init success!", __func__, HdfDeviceGetServiceName(device));
|
/ohos5.0/drivers/hdf_core/framework/model/usb/src/ |
H A D | usb_ddk_pnp_loader.c | 132 if (!strcmp(HdfDeviceGetServiceName(g_resistedDevice[i]), serviceName)) { in GetRegistedDevice()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-rtc-develop.md | 279 HDF_LOGI("Hdf dev service:%s init success!", HdfDeviceGetServiceName(device));
|
H A D | driver-platform-gpio-develop.md | 374 HDF_LOGI("%s: dev service:%s init success!", __func__, HdfDeviceGetServiceName(device));
|