Home
last modified time | relevance | path

Searched refs:maxDelay (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/sensor/
H A D_hdf_sensor_information_v11.md32 | long [maxDelay](#maxdelay) | 允许的最大采样周期(微秒) |
74 ### maxDelay subsection
77 long HdfSensorInformation::maxDelay
H A D_hdf_sensor_information_v20.md32 | long [maxDelay](#maxdelay) | 允许的最大采样周期(微秒) |
88 ### maxDelay subsection
91 long HdfSensorInformation::maxDelay
/ohos5.0/base/sensors/sensor_lite/services/src/
H A Dsensor_service.c92 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 Dsensor_types.cpp.txt123 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 Dsensor_types.h.txt67 int64_t maxDelay;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_1/cpp_target/sensor/v1_1/
H A Dsensor_types.cpp.txt123 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 Dsensor_types.h.txt67 int64_t maxDelay;
/ohos5.0/drivers/peripheral/sensor/hal/include/
H A Dsensor_controller.h53 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 Dsensor_types.cpp.txt123 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 Dsensor_types.h.txt67 int64_t maxDelay;
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/include/
H A Dsensor_device_type.h92 int64_t maxDelay; /**< Maxmum sample period allowed in nanoseconds */ member
/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp177 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 Dsensor_hdi_dump.cpp65 "maxDelay: " + std::to_string(it.maxDelay) + "\n" + in SensorShowList()
/ohos5.0/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_type.h188 int64_t maxDelay; /**< Maxmum sample period allowed in microseconds */ member
/ohos5.0/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h40 int64_t maxDelay; member
/ohos5.0/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp152 hdfSensorInfo.maxDelay = tmp->maxDelay; in GetAllSensorInfo()
/ohos5.0/drivers/peripheral/sensor/hal/src/
H A Dsensor_controller.c129 pos->maxDelay = (int64_t)(buf->maxDelay); in GetSensorInfoFromReply()
H A Dsensor_dump.c97 sensorList->sensorInfoEntry[index].maxDelay, in SensorShowList()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_0/dump_ast_target/
H A Ddump.txt69 long maxDelay;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_1/dump_ast_target/
H A Ddump.txt69 long maxDelay;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/dump_ast_target/
H A Ddump.txt77 long maxDelay;
/ohos5.0/drivers/peripheral/sensor/test/unittest/dump/
H A Dhdf_sensor_dump_test.cpp102 sensorInfo.maxDelay = MAX_DELAY + sensorId; in GetAllSensorInfo()
/ohos5.0/drivers/interface/sensor/v1_1/
H A DSensorTypes.idl61 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 DSensorTypes.idl61 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 DSensorTypes.idl61 long maxDelay; /**< Maxmum sample period allowed in microseconds */

12