Home
last modified time | relevance | path

Searched refs:proxys (Results 1 - 6 of 6) sorted by relevance

/base/location/frameworks/location_common/common/source/
H A Drequest.cpp228 void Request::GetProxyName(std::shared_ptr<std::list<std::string>> proxys) in GetProxyName() argument
230 if (requestConfig_ == nullptr || proxys == nullptr) { in GetProxyName()
234 proxys->push_back(GNSS_ABILITY); in GetProxyName()
246 proxys->push_back(GNSS_ABILITY); in GetProxyName()
247 proxys->push_back(NETWORK_ABILITY); in GetProxyName()
253 proxys->push_back(NETWORK_ABILITY); in GetProxyName()
258 proxys->push_back(PASSIVE_ABILITY); in GetProxyName()
262 GetProxyNameByPriority(proxys); in GetProxyName()
271 void Request::GetProxyNameByPriority(std::shared_ptr<std::list<std::string>> proxys) in GetProxyNameByPriority() argument
273 if (requestConfig_ == nullptr || proxys in GetProxyNameByPriority()
[all...]
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp854 std::shared_ptr<std::list<std::string>> proxys; in HWTEST_F() local
855 proxys = nullptr; in HWTEST_F()
856 request->GetProxyName(proxys); in HWTEST_F()
867 std::shared_ptr<std::list<std::string>> proxys; in HWTEST_F() local
868 request->GetProxyName(proxys); in HWTEST_F()
878 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); in HWTEST_F() local
879 request->GetProxyName(proxys); in HWTEST_F()
890 std::shared_ptr<std::list<std::string>> proxys; in HWTEST_F() local
891 proxys = nullptr; in HWTEST_F()
892 request->GetProxyName(proxys); in HWTEST_F()
902 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); HWTEST_F() local
994 std::shared_ptr<std::list<std::string>> proxys; HWTEST_F() local
1007 std::shared_ptr<std::list<std::string>> proxys; HWTEST_F() local
1020 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); HWTEST_F() local
1031 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); HWTEST_F() local
[all...]
/base/location/interfaces/inner_api/include/
H A Drequest.h47 void GetProxyName(std::shared_ptr<std::list<std::string>> proxys);
76 void GetProxyNameByPriority(std::shared_ptr<std::list<std::string>> proxys);
/base/location/test/fuzztest/locator/requestmanager_fuzzer/
H A Drequestmanager_fuzzer.cpp78 std::shared_ptr<std::list<std::string>> proxys = in RequestFuzzerTest() local
80 request->GetProxyName(proxys); in RequestFuzzerTest()
/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp197 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); in UpdateRequestRecord() local
198 request->GetProxyName(proxys); in UpdateRequestRecord()
199 if (proxys->empty()) { in UpdateRequestRecord()
204 for (std::list<std::string>::iterator iter = proxys->begin(); iter != proxys->end(); ++iter) { in UpdateRequestRecord()
/base/location/services/location_locator/locator/include/
H A Drequest_manager.h47 void GetProxyNameByPriority(std::shared_ptr<std::list<std::string>> proxys);

Completed in 5 milliseconds