Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssEncryptionClient.h76 AppendObjectOutcome AppendObject(const AppendObjectRequest& request) const;
A DOssFwd.h224 using AppendObjectOutcome = Outcome<OssError, AppendObjectResult>; variable
A DOssClient.h191 AppendObjectOutcome AppendObject(const AppendObjectRequest& request) const;
/AliOS-Things-master/components/oss/src/encryption/
A DOssEncryptionClient.cc296 AppendObjectOutcome OssEncryptionClient::AppendObject(const AppendObjectRequest& request) const in AppendObject()
299 return AppendObjectOutcome(OssError("EncryptionClientError", "Not Support this operation.")); in AppendObject()
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h109 AppendObjectOutcome AppendObject(const AppendObjectRequest &request) const;
A DOssClientImpl.cc1074 AppendObjectOutcome OssClientImpl::AppendObject(const AppendObjectRequest &request) const in AppendObject()
1079 return result.ParseDone() ? AppendObjectOutcome(std::move(result)) : in AppendObject()
1080 AppendObjectOutcome(OssError("ParseXMLError", "no position or no crc64")); in AppendObject()
1083 return AppendObjectOutcome(outcome.error()); in AppendObject()
A DOssClient.cc604 AppendObjectOutcome OssClient::AppendObject(const AppendObjectRequest &request) const in AppendObject()

Completed in 17 milliseconds