/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/sensor/ |
H A D | _hdf_sensor_information_v20.md | 33 | unsigned int [fifoMaxEventCount](#fifomaxeventcount) | 此传感器可批处理的最大事件数 | 52 ### fifoMaxEventCount subsection 55 unsigned int HdfSensorInformation::fifoMaxEventCount
|
/ohos5.0/base/sensors/sensor/utils/common/src/ |
H A D | sensor.cpp | 148 void Sensor::SetFifoMaxEventCount(int32_t fifoMaxEventCount) in SetFifoMaxEventCount() argument 150 fifoMaxEventCount_ = fifoMaxEventCount; in SetFifoMaxEventCount()
|
/ohos5.0/base/sensors/medical_sensor/utils/src/ |
H A D | medical.cpp | 114 void MedicalSensor::SetFifoMaxEventCount(int32_t fifoMaxEventCount) in SetFifoMaxEventCount() argument 116 fifoMaxEventCount_ = fifoMaxEventCount; in SetFifoMaxEventCount()
|
/ohos5.0/drivers/peripheral/sensor/hal/include/ |
H A D | sensor_controller.h | 54 uint32_t fifoMaxEventCount; /**< Maxmum number of events of this sensor that could be batched */ member
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/cpp_target/sensor/v2_0/ |
H A D | sensor_types.cpp.txt | 128 if (!data.WriteUint32(dataBlock.fifoMaxEventCount)) { 129 HDF_LOGE("%{public}s: write dataBlock.fifoMaxEventCount failed!", __func__); 205 if (!data.ReadUint32(dataBlock.fifoMaxEventCount)) { 206 HDF_LOGE("%{public}s: read dataBlock.fifoMaxEventCount failed!", __func__);
|
H A D | sensor_types.h.txt | 68 uint32_t fifoMaxEventCount;
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/include/ |
H A D | sensor_device_type.h | 93 uint32_t fifoMaxEventCount; /**< Fifo Max Event Count */ member
|
/ohos5.0/base/sensors/medical_sensor/utils/include/ |
H A D | medical_sensor.h | 45 void SetFifoMaxEventCount(int32_t fifoMaxEventCount);
|
/ohos5.0/base/sensors/sensor/utils/common/include/ |
H A D | sensor.h | 51 void SetFifoMaxEventCount(int32_t fifoMaxEventCount);
|
/ohos5.0/drivers/peripheral/sensor/interfaces/include/ |
H A D | sensor_type.h | 189 uint32_t fifoMaxEventCount; /**< Maxmum number of events of this sensor that could be batched */ member
|
/ohos5.0/drivers/peripheral/sensor/interfaces/v1_0/ |
H A D | isensor_interface_vdi.h | 41 uint32_t fifoMaxEventCount; member
|
/ohos5.0/drivers/peripheral/sensor/hdi_impl/ |
H A D | sensor_impl.cpp | 153 hdfSensorInfo.fifoMaxEventCount = tmp->fifoMaxEventCount; in GetAllSensorInfo()
|
/ohos5.0/drivers/peripheral/sensor/hal/src/ |
H A D | sensor_dump.c | 98 sensorList->sensorInfoEntry[index].fifoMaxEventCount); in SensorShowList()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/dump_ast_target/ |
H A D | dump.txt | 78 unsigned int fifoMaxEventCount;
|
/ohos5.0/drivers/peripheral/sensor/test/unittest/dump/ |
H A D | hdf_sensor_dump_test.cpp | 103 sensorInfo.fifoMaxEventCount = FIFO_MAX_EVENT_COUNT + sensorId; in GetAllSensorInfo()
|
/ohos5.0/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_hdi_dump.cpp | 66 "fifoMaxEventCount: " + std::to_string(it.fifoMaxEventCount) + "\n" + in SensorShowList()
|
H A D | sensor_if_service.cpp | 178 sensorInfo.fifoMaxEventCount = it.fifoMaxEventCount; in GetAllSensorInfo()
|
/ohos5.0/drivers/interface/sensor/v2_0/ |
H A D | SensorTypes.idl | 62 …unsigned int fifoMaxEventCount; /**< Maxmum number of events of this sensor that could be batched …
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/foo/sensor/v2_0/ |
H A D | SensorTypes.idl | 62 …unsigned int fifoMaxEventCount; /**< Maxmum number of events of this sensor that could be batched …
|