Home
last modified time | relevance | path

Searched refs:highThreshold (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/test/common/src/
H A Dsensor_callback_impl.cpp29 float highThreshold; member
76 if (std::abs(*(&data + j) - sensorNode.valueRange[j].highThreshold) < EPSINON || in SensorDataVerification()
87 *(&data + j) <= sensorNode.valueRange[j].highThreshold) { in SensorDataVerification()
/ohos5.0/drivers/peripheral/sensor/test/unittest/common/
H A Dhdf_sensor_test.cpp31 float highThreshold; member
86 if (std::abs(*(&data + j) - sensorNode.valueRange[j].highThreshold) < EPSINON || in SensorDataVerification()
97 *(&data + j) < sensorNode.valueRange[j].highThreshold) { in SensorDataVerification()
/ohos5.0/drivers/peripheral/sensor/test/unittest/hdi/
H A Dhdf_sensor_hdi_test.cpp41 float highThreshold; member