Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/
H A Dcall_earthquake_alarm_locator.cpp27 const int MyLocationEngine::DISTANCE_INTERVAL = 10000; /** 10 kilometers */ member in OHOS::Telephony::MyLocationEngine
82 this->requestConfig->SetDistanceInterval(DISTANCE_INTERVAL); in SetValue()
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/include/
H A Dcall_earthquake_alarm_locator.h108 static const int DISTANCE_INTERVAL; variable