Home
last modified time | relevance | path

Searched refs:moServerUrl (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.cpp900 std::string moServerUrl = getMoServerUrl(); in gnssUpdateConfig() local
903 int moServerUrlLen = moServerUrl.length(); in gnssUpdateConfig()
934 if (0 != oldMoServerUrl.compare(moServerUrl)) { in gnssUpdateConfig()
936 mLocApi->setServerSync(moServerUrl.c_str(), in gnssUpdateConfig()
941 moServerUrl.c_str()); in gnssUpdateConfig()
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp850 std::string moServerUrl = getMoServerUrl(); in gnssUpdateConfig() local
853 int moServerUrlLen = moServerUrl.length(); in gnssUpdateConfig()
876 if (0 != oldMoServerUrl.compare(moServerUrl)) { in gnssUpdateConfig()
878 mLocApi->setServerSync(moServerUrl.c_str(), in gnssUpdateConfig()
883 moServerUrl.c_str()); in gnssUpdateConfig()
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp1038 std::string moServerUrl = getMoServerUrl(); in gnssUpdateConfig() local
1041 int moServerUrlLen = moServerUrl.length(); in gnssUpdateConfig()
1072 if (0 != oldMoServerUrl.compare(moServerUrl)) { in gnssUpdateConfig()
1074 mLocApi->setServerSync(moServerUrl.c_str(), in gnssUpdateConfig()
1079 moServerUrl.c_str()); in gnssUpdateConfig()