Home
last modified time | relevance | path

Searched defs:proxys (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp843 std::shared_ptr<std::list<std::string>> proxys; variable
856 std::shared_ptr<std::list<std::string>> proxys; variable
867 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); variable
879 std::shared_ptr<std::list<std::string>> proxys; variable
891 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); variable
983 std::shared_ptr<std::list<std::string>> proxys; variable
996 std::shared_ptr<std::list<std::string>> proxys; variable
1009 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); variable
1020 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); variable
/ohos5.0/base/location/test/fuzztest/locator/requestmanager_fuzzer/
H A Drequestmanager_fuzzer.cpp77 std::shared_ptr<std::list<std::string>> proxys = in RequestFuzzerTest() local
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Drequest.cpp228 void Request::GetProxyName(std::shared_ptr<std::list<std::string>> proxys) in GetProxyName()
271 void Request::GetProxyNameByPriority(std::shared_ptr<std::list<std::string>> proxys) in GetProxyNameByPriority()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp259 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); in UpdateRequestRecord() local