Searched refs:hostName (Results 1 – 6 of 6) sorted by relevance
21 NetworkProxy::NetworkProxy(Type type, const std::string &hostName, in NetworkProxy() argument24 : hostName_(hostName), password_(password), port_(port), type_(type), in NetworkProxy()29 std::string NetworkProxy::hostName() const { return hostName_; } in hostName() function in AlibabaCloud::NetworkProxy35 void NetworkProxy::setHostName(const std::string &hostName) { in setHostName() argument36 hostName_ = hostName; in setHostName()
92 out << proxy.hostName() << ":" << proxy.port(); in setCUrlProxy()
27 NetworkProxy(Type type = None, const std::string &hostName = "",32 std::string hostName() const;35 void setHostName(const std::string &hostName);
17 EXPECT_TRUE(proxy.hostName() == "abc.com"); in TEST()
28 EXPECT_TRUE(config.proxy().hostName() == hostname); in TEST()
3623 1, ScalingConfiguration support hostName and passwordInherit
Completed in 8 milliseconds