Home
last modified time | relevance | path

Searched refs:GetBucketLocationOutcome (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssFwd.h193 using GetBucketLocationOutcome = Outcome<OssError, GetBucketLocationResult>; variable
A DOssClient.h136 GetBucketLocationOutcome GetBucketLocation(const std::string& bucket) const;
137 GetBucketLocationOutcome GetBucketLocation(const GetBucketLocationRequest& request) const;
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h77 GetBucketLocationOutcome GetBucketLocation(const GetBucketLocationRequest &request) const;
A DOssClientImpl.cc693 GetBucketLocationOutcome OssClientImpl::GetBucketLocation(const GetBucketLocationRequest &request) … in GetBucketLocation()
699 return result.ParseDone() ? GetBucketLocationOutcome(std::move(result)) : in GetBucketLocation()
700 GetBucketLocationOutcome(OssError("ParseXMLError", "Parsing ListObject result fail.")); in GetBucketLocation()
703 return GetBucketLocationOutcome(outcome.error()); in GetBucketLocation()
A DOssClient.cc329 GetBucketLocationOutcome OssClient::GetBucketLocation(const std::string &bucket) const in GetBucketLocation()
334 GetBucketLocationOutcome OssClient::GetBucketLocation(const GetBucketLocationRequest &request) const in GetBucketLocation()

Completed in 11 milliseconds