/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/sensor/ |
H A D | _hdf_sensor_information_v11.md | 31 | long [minDelay](#mindelay) | 允许的最小采样周期(微秒) | 98 ### minDelay subsection 101 long HdfSensorInformation::minDelay
|
H A D | _hdf_sensor_information_v20.md | 31 | long [minDelay](#mindelay) | 允许的最小采样周期(微秒) | 112 ### minDelay subsection 115 long HdfSensorInformation::minDelay
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_0/cpp_target/sensor/v1_0/ |
H A D | sensor_types.cpp.txt | 118 if (!data.WriteInt64(dataBlock.minDelay)) { 119 HDF_LOGE("%{public}s: write dataBlock.minDelay failed!", __func__); 185 if (!data.ReadInt64(dataBlock.minDelay)) { 186 HDF_LOGE("%{public}s: read dataBlock.minDelay failed!", __func__);
|
H A D | sensor_types.h.txt | 66 int64_t minDelay;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_1/cpp_target/sensor/v1_1/ |
H A D | sensor_types.cpp.txt | 118 if (!data.WriteInt64(dataBlock.minDelay)) { 119 HDF_LOGE("%{public}s: write dataBlock.minDelay failed!", __func__); 185 if (!data.ReadInt64(dataBlock.minDelay)) { 186 HDF_LOGE("%{public}s: read dataBlock.minDelay failed!", __func__);
|
H A D | sensor_types.h.txt | 66 int64_t minDelay;
|
/ohos5.0/drivers/peripheral/sensor/hal/include/ |
H A D | sensor_controller.h | 52 int64_t minDelay; /* Minimum sample period allowed in nanoseconds */ 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 | 118 if (!data.WriteInt64(dataBlock.minDelay)) { 119 HDF_LOGE("%{public}s: write dataBlock.minDelay failed!", __func__); 195 if (!data.ReadInt64(dataBlock.minDelay)) { 196 HDF_LOGE("%{public}s: read dataBlock.minDelay failed!", __func__);
|
H A D | sensor_types.h.txt | 66 int64_t minDelay;
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/include/ |
H A D | sensor_device_type.h | 91 int64_t minDelay; /**< Minimum sample period allowed in nanoseconds */ member
|
/ohos5.0/drivers/peripheral/sensor/interfaces/include/ |
H A D | sensor_type.h | 187 int64_t minDelay; /**< Minimum sample period allowed in microseconds */ member
|
/ohos5.0/drivers/peripheral/sensor/interfaces/v1_0/ |
H A D | isensor_interface_vdi.h | 39 int64_t minDelay; member
|
/ohos5.0/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_if_service.cpp | 176 sensorInfo.minDelay = it.minDelay; in GetAllSensorInfo() 300 if (samplingInterval < it->minDelay) { in SetDelay() 301 samplingInterval = it->minDelay; in SetDelay()
|
H A D | sensor_hdi_dump.cpp | 64 "minDelay: " + std::to_string(it.minDelay) + "\n" + in SensorShowList()
|
/ohos5.0/drivers/peripheral/sensor/hdi_impl/ |
H A D | sensor_impl.cpp | 151 hdfSensorInfo.minDelay = tmp->minDelay; in GetAllSensorInfo()
|
/ohos5.0/drivers/peripheral/sensor/hal/src/ |
H A D | sensor_controller.c | 128 pos->minDelay = (int64_t)(buf->minDelay); in GetSensorInfoFromReply()
|
H A D | sensor_dump.c | 96 sensorList->sensorInfoEntry[index].minDelay, in SensorShowList()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_0/dump_ast_target/ |
H A D | dump.txt | 68 long minDelay;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_1/dump_ast_target/ |
H A D | dump.txt | 68 long minDelay;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/dump_ast_target/ |
H A D | dump.txt | 76 long minDelay;
|
/ohos5.0/drivers/peripheral/sensor/test/unittest/dump/ |
H A D | hdf_sensor_dump_test.cpp | 101 sensorInfo.minDelay = MIN_DELAY + sensorId; in GetAllSensorInfo()
|
/ohos5.0/drivers/interface/sensor/v1_1/ |
H A D | SensorTypes.idl | 60 long minDelay; /**< Minimum sample period allowed in microseconds */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_0/foo/sensor/v1_0/ |
H A D | SensorTypes.idl | 60 long minDelay; /**< Minimum sample period allowed in microseconds */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_1/foo/sensor/v1_1/ |
H A D | SensorTypes.idl | 60 long minDelay; /**< Minimum sample period allowed in microseconds */
|
/ohos5.0/drivers/interface/sensor/v1_0/ |
H A D | SensorTypes.idl | 60 long minDelay; /**< Minimum sample period allowed in microseconds */
|