Searched refs:DISTANCE_INTERVAL (Results 1 – 2 of 2) sorted by relevance
27 const int MyLocationEngine::DISTANCE_INTERVAL = 10000; /** 10 kilometers */ member in OHOS::Telephony::MyLocationEngine82 this->requestConfig->SetDistanceInterval(DISTANCE_INTERVAL); in SetValue()
108 static const int DISTANCE_INTERVAL; variable