Home
last modified time | relevance | path

Searched refs:host_ (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssError.h39 host_(rhs.host_) in OssError()
46 host_(std::move(lhs.host_)) in OssError()
54 host_ = std::move(lhs.host_);
62 host_ = rhs.host_;
70 const std::string& Host() const { return host_; } in Host()
77 void setHost(const std::string& value) { host_ = value; } in setHost()
78 void setHost(const char *value) { host_ = value; } in setHost()
83 std::string host_; variable
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DUrl.cc28 : scheme_(), userName_(), password_(), host_(), path_(), in Url()
38 password_ == url.password_ && host_ == url.host_ && in operator ==()
53 out << host_; in authority()
63 host_.clear(); in clear()
120 std::string Url::host() const { return host_; } in host()
124 host_.empty() && path_.empty() && (port_ == INVALID_PORT) && in isEmpty()
132 if (host_.empty()) in isValid()
187 host_.clear(); in setHost()
190 host_ = host; in setHost()
191 std::transform(host_.begin(), host_.end(), host_.begin(), ::tolower); in setHost()
A DError.cc22 : errorCode_(code), message_(message), host_(), requestId_(), detail_() {} in Error()
26 std::string Error::host() const { return host_; } in host()
31 void Error::setHost(const std::string &host) { host_ = host; } in setHost()
/AliOS-Things-master/components/oss/src/http/
A DUrl.cc32 host_(), in Url()
51 && host_ == url.host_ in operator ==()
72 out << host_; in authority()
83 host_.clear(); in clear()
152 return host_; in host()
160 && host_.empty() in isEmpty()
172 if (host_.empty()) in isValid()
248 host_.clear(); in setHost()
251 host_ = host; in setHost()
252 std::transform(host_.begin(), host_.end(), host_.begin(), ::tolower); in setHost()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/
A DError.h44 std::string host_; variable
A DUrl.h67 std::string host_; variable
/AliOS-Things-master/components/oss/include/alibabacloud/oss/http/
A DUrl.h66 std::string host_; variable

Completed in 9 milliseconds