Home
last modified time | relevance | path

Searched refs:SENSOR_INTERVAL2 (Results 1 - 4 of 4) sorted by relevance

/test/xts/hats/hdf/sensor/hdiService_additional/
H A Dhdf_sensor_hdiService_test.cpp39 constexpr int32_t SENSOR_INTERVAL2 = 20000000; member
110 ret = g_sensorInterface->SetBatch(HDF_SENSOR_TYPE_ACCELEROMETER, SENSOR_INTERVAL2, SENSOR_POLL_TIME); in HWTEST_F()
175 ret = g_sensorInterface->SetBatch(-1, SENSOR_INTERVAL2, SENSOR_POLL_TIME); in HWTEST_F()
193 ret = g_sensorInterface->SetBatch(-1, SENSOR_INTERVAL2, SENSOR_POLL_TIME); in HWTEST_F()
283 ret = g_sensorInterface->SetBatch(iter.sensorId, SENSOR_INTERVAL2, i); in HWTEST_F()
306 ret = g_sensorInterface->SetBatch(iter.sensorId, SENSOR_INTERVAL2, i); in HWTEST_F()
329 ret = g_sensorInterface->SetBatch(iter.sensorId, SENSOR_INTERVAL2, i); in HWTEST_F()
352 ret = g_sensorInterface->SetBatch(iter.sensorId, SENSOR_INTERVAL2, i); in HWTEST_F()
/test/xts/hats/hdf/sensor/sensorBenchmarkTest/
H A Dhdf_sensor_benchmark_test.cpp81 constexpr int32_t SENSOR_INTERVAL2 = 2; member
240 ret = g_sensorInterface->SetBatch(0, SENSOR_INTERVAL2, SENSOR_POLL_TIME); in BENCHMARK_F()
/test/xts/hats/hdf/sensor/common/
H A Dhdf_sensor_test.cpp70 constexpr int32_t SENSOR_INTERVAL2 = 20000000; member
440 ret = g_sensorDev->SetBatch(info->sensorId, SENSOR_INTERVAL2, SENSOR_POLL_TIME); in HWTEST_F()
/test/xts/hats/hdf/sensor/hdiService/
H A Dhdf_sensor_hdiService_test.cpp90 constexpr int64_t SENSOR_INTERVAL2 = 20000000; member
264 ret = g_sensorInterface->SetBatch(iter.sensorId, SENSOR_INTERVAL2, SENSOR_POLL_TIME); in HWTEST_F()
339 int32_t ret = g_sensorInterface->SetBatch(iter.sensorId, SENSOR_INTERVAL2, -1); in HWTEST_F()

Completed in 6 milliseconds