/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/sensor/ |
H A D | _hdf_sensor_information_v11.md | 32 | long [maxDelay](#maxdelay) | 允许的最大采样周期(微秒) | 74 ### maxDelay subsection 77 long HdfSensorInformation::maxDelay
|
H A D | _hdf_sensor_information_v20.md | 32 | long [maxDelay](#maxdelay) | 允许的最大采样周期(微秒) | 88 ### maxDelay subsection 91 long HdfSensorInformation::maxDelay
|
/ohos5.0/base/sensors/sensor_lite/services/src/ |
H A D | sensor_service.c | 92 int64_t maxDelay; in SetBatchInvoke() local 93 ReadInt64(req, &maxDelay); in SetBatchInvoke() 100 int32_t ret = defaultApi->SetBatch(sensorId, &sensorUser, updateInterval, maxDelay); in SetBatchInvoke()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_0/cpp_target/sensor/v1_0/ |
H A D | sensor_types.cpp.txt | 123 if (!data.WriteInt64(dataBlock.maxDelay)) { 124 HDF_LOGE("%{public}s: write dataBlock.maxDelay failed!", __func__); 190 if (!data.ReadInt64(dataBlock.maxDelay)) { 191 HDF_LOGE("%{public}s: read dataBlock.maxDelay failed!", __func__);
|
H A D | sensor_types.h.txt | 67 int64_t maxDelay;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_1/cpp_target/sensor/v1_1/ |
H A D | sensor_types.cpp.txt | 123 if (!data.WriteInt64(dataBlock.maxDelay)) { 124 HDF_LOGE("%{public}s: write dataBlock.maxDelay failed!", __func__); 190 if (!data.ReadInt64(dataBlock.maxDelay)) { 191 HDF_LOGE("%{public}s: read dataBlock.maxDelay failed!", __func__);
|
H A D | sensor_types.h.txt | 67 int64_t maxDelay;
|
/ohos5.0/drivers/peripheral/sensor/hal/include/ |
H A D | sensor_controller.h | 53 int64_t maxDelay; /* Maxmum 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 | 123 if (!data.WriteInt64(dataBlock.maxDelay)) { 124 HDF_LOGE("%{public}s: write dataBlock.maxDelay failed!", __func__); 200 if (!data.ReadInt64(dataBlock.maxDelay)) { 201 HDF_LOGE("%{public}s: read dataBlock.maxDelay failed!", __func__);
|
H A D | sensor_types.h.txt | 67 int64_t maxDelay;
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/include/ |
H A D | sensor_device_type.h | 92 int64_t maxDelay; /**< Maxmum sample period allowed in nanoseconds */ member
|
/ohos5.0/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_if_service.cpp | 177 sensorInfo.maxDelay = it.maxDelay; in GetAllSensorInfo() 306 if (samplingInterval > it->maxDelay && it->maxDelay != REPORT_INTERVAL) { in SetDelay() 307 samplingInterval = it->maxDelay; in SetDelay()
|
H A D | sensor_hdi_dump.cpp | 65 "maxDelay: " + std::to_string(it.maxDelay) + "\n" + in SensorShowList()
|
/ohos5.0/drivers/peripheral/sensor/interfaces/include/ |
H A D | sensor_type.h | 188 int64_t maxDelay; /**< Maxmum sample period allowed in microseconds */ member
|
/ohos5.0/drivers/peripheral/sensor/interfaces/v1_0/ |
H A D | isensor_interface_vdi.h | 40 int64_t maxDelay; member
|
/ohos5.0/drivers/peripheral/sensor/hdi_impl/ |
H A D | sensor_impl.cpp | 152 hdfSensorInfo.maxDelay = tmp->maxDelay; in GetAllSensorInfo()
|
/ohos5.0/drivers/peripheral/sensor/hal/src/ |
H A D | sensor_controller.c | 129 pos->maxDelay = (int64_t)(buf->maxDelay); in GetSensorInfoFromReply()
|
H A D | sensor_dump.c | 97 sensorList->sensorInfoEntry[index].maxDelay, in SensorShowList()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_0/dump_ast_target/ |
H A D | dump.txt | 69 long maxDelay;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_1/dump_ast_target/ |
H A D | dump.txt | 69 long maxDelay;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/dump_ast_target/ |
H A D | dump.txt | 77 long maxDelay;
|
/ohos5.0/drivers/peripheral/sensor/test/unittest/dump/ |
H A D | hdf_sensor_dump_test.cpp | 102 sensorInfo.maxDelay = MAX_DELAY + sensorId; in GetAllSensorInfo()
|
/ohos5.0/drivers/interface/sensor/v1_1/ |
H A D | SensorTypes.idl | 61 long maxDelay; /**< Maxmum 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 | 61 long maxDelay; /**< Maxmum 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 | 61 long maxDelay; /**< Maxmum sample period allowed in microseconds */
|