Home
last modified time | relevance | path

Searched refs:IDeviceIoService (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_service.c41 struct IDeviceIoService *service = NULL; in CanServiceBind()
48 service = (struct IDeviceIoService *)OsalMemCalloc(sizeof(*service)); in CanServiceBind()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-hdf-coding-guide.md63 #### 【规则】驱动服务的结构定义,首个成员必须是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 Dhdf_device_desc.h97 struct IDeviceIoService *service;
137 struct IDeviceIoService { struct
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dspi_driver_test.c96 struct IDeviceIoService *service = NULL; in SpiTestBind()
98 service = (struct IDeviceIoService *)OsalMemCalloc(sizeof(*service)); in SpiTestBind()
H A Demmc_test.h20 struct IDeviceIoService service;
H A Dhdmi_test.h27 struct IDeviceIoService service;
H A Dsdio_test.h27 struct IDeviceIoService service;
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/
H A Dhdf_driver.c.template8 …struct IDeviceIoService ioService; // The first member of the service structure must be a me…
H A Dhdf_driver.h.template7 struct IDeviceIoService ${driver_lower_camel_case}Service;
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_test.h160 struct IDeviceIoService service;
205 struct IDeviceIoService service;
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/test/sample_driver/include/
H A Dsample_service.h37 struct IDeviceIoService service;
/ohos5.0/drivers/peripheral/vibrator/chipset/linear/
H A Dvibrator_linear_driver.h15 struct IDeviceIoService ioService;
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager_ext.c25 struct IDeviceIoService ioService;
129 static struct IDeviceIoService svcmgrIoService = { in DevSvcManagerExtStart()
/ohos5.0/drivers/peripheral/sensor/chipset/hall/
H A Dhall_ak8789.h18 struct IDeviceIoService ioService;
/ohos5.0/drivers/peripheral/sensor/chipset/proximity/
H A Dproximity_apds9960.h22 struct IDeviceIoService ioService;
/ohos5.0/drivers/peripheral/sensor/chipset/pedometer/
H A Dpedometer_bmi160.h27 struct IDeviceIoService ioService;
/ohos5.0/drivers/hdf_core/adapter/platform/pwm/
H A Dpwm_bes.h29 struct IDeviceIoService ioService;
/ohos5.0/drivers/peripheral/sensor/chipset/als/
H A Dals_bh1750.h36 struct IDeviceIoService ioService;
/ohos5.0/drivers/peripheral/sensor/chipset/temperature/
H A Dtemperature_sht30.h38 struct IDeviceIoService ioService;
/ohos5.0/drivers/peripheral/sensor/chipset/accel/
H A Daccel_mxc6655xa.h44 struct IDeviceIoService ioService;
/ohos5.0/drivers/peripheral/sensor/chipset/humidity/
H A Dhumidity_sht30.h40 struct IDeviceIoService ioService;
/ohos5.0/drivers/hdf_core/framework/include/bluetooth/
H A Dhdf_bt_transport.h27 struct IDeviceIoService base;
/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/include/
H A Daudio_control_dispatch.h31 struct IDeviceIoService service;
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/sensor_template/
H A Dals_sensor_driver_head.template9 struct IDeviceIoService ioService;
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/accel/
H A Dsensor_gravity_driver.h35 struct IDeviceIoService ioService;

12345678910>>...15