Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/source/
Dreport_manager.cpp37 offsetRandom_ = CommonUtils::DoubleRandom(0, 1); in ReportManager()
245 offsetRandom_ = CommonUtils::DoubleRandom(0, 1); in UpdateRandom()
254 double brg = offsetRandom_ * DIS_FROMLL_PARAMETER * M_PI; // 2PI in ApproximatelyLocation()
255 double dist = offsetRandom_ * (MAXIMUM_FUZZY_LOCATION_DISTANCE - in ApproximatelyLocation()
/base/location/services/location_locator/locator/include/
Dreport_manager.h43 double offsetRandom_; variable