Home
last modified time | relevance | path

Searched refs:offsetRandom_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp52 offsetRandom_ = CommonUtils::DoubleRandom(0, 1); in ReportManager()
421 offsetRandom_ = CommonUtils::DoubleRandom(0, 1); in UpdateRandom()
430 double brg = offsetRandom_ * DIS_FROMLL_PARAMETER * M_PI; // 2PI in ApproximatelyLocation()
431 double dist = offsetRandom_ * (MAXIMUM_FUZZY_LOCATION_DISTANCE - in ApproximatelyLocation()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dreport_manager.h53 double offsetRandom_; variable