Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssFwd.h195 using GetBucketLoggingOutcome = Outcome<OssError, GetBucketLoggingResult>; variable
A DOssClient.h140 GetBucketLoggingOutcome GetBucketLogging(const std::string& bucket) const;
141 GetBucketLoggingOutcome GetBucketLogging(const GetBucketLoggingRequest& request) const;
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h79 GetBucketLoggingOutcome GetBucketLogging(const GetBucketLoggingRequest &request) const;
A DOssClientImpl.cc721 GetBucketLoggingOutcome OssClientImpl::GetBucketLogging(const GetBucketLoggingRequest &request) con… in GetBucketLogging()
727 return result.ParseDone() ? GetBucketLoggingOutcome(std::move(result)) : in GetBucketLogging()
728 GetBucketLoggingOutcome(OssError("ParseXMLError", "Parsing ListObject result fail.")); in GetBucketLogging()
731 return GetBucketLoggingOutcome(outcome.error()); in GetBucketLogging()
A DOssClient.cc349 GetBucketLoggingOutcome OssClient::GetBucketLogging(const std::string &bucket) const in GetBucketLogging()
354 GetBucketLoggingOutcome OssClient::GetBucketLogging(const GetBucketLoggingRequest &request) const in GetBucketLogging()

Completed in 13 milliseconds