Home
last modified time | relevance | path

Searched defs:accuracy (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/
DLocationMTest02.test.js236 … let location1 = {"latitude": 30.12, "longitude": 120.11, "altitude": 0, "accuracy": 0, property
238 … let location2 = {"latitude": 30.12, "longitude": 120.11, "altitude": 0, "accuracy": 0, property
/test/xts/acts/kernel_lite/utils/
Dutils.cpp31 int CheckValueClose(double target, double actual, double accuracy) in CheckValueClose()
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
Dutils.cpp28 int CheckValueClose(double target, double actual, double accuracy) in CheckValueClose()
/test/xts/acts/sensors/sensor/sensor_cpp_standard/
Dsensor_native_test.cpp104 Sensor_Accuracy accuracy = SENSOR_ACCURACY_UNRELIABLE; in SensorDataCallbackImpl() local