/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_service.c | 41 struct IDeviceIoService *service = NULL; in CanServiceBind() 48 service = (struct IDeviceIoService *)OsalMemCalloc(sizeof(*service)); in CanServiceBind()
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-hdf-coding-guide.md | 63 #### 【规则】驱动服务的结构定义,首个成员必须是IDeviceIoService类型 65 【说明】HDF框架内部实现约束,驱动定义的服务接口,首个成员必须是IDeviceIoService类型。 71 struct IDeviceIoService ioService; // 首个成员必须是IDeviceIoService类型 81 struct IDeviceIoService ioService; // 首个成员必须是IDeviceIoService类型
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/ |
H A D | hdf_device_desc.h | 97 struct IDeviceIoService *service; 137 struct IDeviceIoService { struct
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | spi_driver_test.c | 96 struct IDeviceIoService *service = NULL; in SpiTestBind() 98 service = (struct IDeviceIoService *)OsalMemCalloc(sizeof(*service)); in SpiTestBind()
|
H A D | emmc_test.h | 20 struct IDeviceIoService service;
|
H A D | hdmi_test.h | 27 struct IDeviceIoService service;
|
H A D | sdio_test.h | 27 struct IDeviceIoService service;
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/ |
H A D | hdf_driver.c.template | 8 …struct IDeviceIoService ioService; // The first member of the service structure must be a me…
|
H A D | hdf_driver.h.template | 7 struct IDeviceIoService ${driver_lower_camel_case}Service;
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/ |
H A D | usb_test.h | 160 struct IDeviceIoService service; 205 struct IDeviceIoService service;
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/test/sample_driver/include/ |
H A D | sample_service.h | 37 struct IDeviceIoService service;
|
/ohos5.0/drivers/peripheral/vibrator/chipset/linear/ |
H A D | vibrator_linear_driver.h | 15 struct IDeviceIoService ioService;
|
/ohos5.0/drivers/hdf_core/framework/core/manager/src/ |
H A D | devsvc_manager_ext.c | 25 struct IDeviceIoService ioService; 129 static struct IDeviceIoService svcmgrIoService = { in DevSvcManagerExtStart()
|
/ohos5.0/drivers/peripheral/sensor/chipset/hall/ |
H A D | hall_ak8789.h | 18 struct IDeviceIoService ioService;
|
/ohos5.0/drivers/peripheral/sensor/chipset/proximity/ |
H A D | proximity_apds9960.h | 22 struct IDeviceIoService ioService;
|
/ohos5.0/drivers/peripheral/sensor/chipset/pedometer/ |
H A D | pedometer_bmi160.h | 27 struct IDeviceIoService ioService;
|
/ohos5.0/drivers/hdf_core/adapter/platform/pwm/ |
H A D | pwm_bes.h | 29 struct IDeviceIoService ioService;
|
/ohos5.0/drivers/peripheral/sensor/chipset/als/ |
H A D | als_bh1750.h | 36 struct IDeviceIoService ioService;
|
/ohos5.0/drivers/peripheral/sensor/chipset/temperature/ |
H A D | temperature_sht30.h | 38 struct IDeviceIoService ioService;
|
/ohos5.0/drivers/peripheral/sensor/chipset/accel/ |
H A D | accel_mxc6655xa.h | 44 struct IDeviceIoService ioService;
|
/ohos5.0/drivers/peripheral/sensor/chipset/humidity/ |
H A D | humidity_sht30.h | 40 struct IDeviceIoService ioService;
|
/ohos5.0/drivers/hdf_core/framework/include/bluetooth/ |
H A D | hdf_bt_transport.h | 27 struct IDeviceIoService base;
|
/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/include/ |
H A D | audio_control_dispatch.h | 31 struct IDeviceIoService service;
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/sensor_template/ |
H A D | als_sensor_driver_head.template | 9 struct IDeviceIoService ioService;
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/accel/ |
H A D | sensor_gravity_driver.h | 35 struct IDeviceIoService ioService;
|