Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssFwd.h217 using DeleteObjectOutcome = Outcome<OssError, DeleteObjectResult>; variable
A DOssClient.h181 DeleteObjectOutcome DeleteObject(const std::string& bucket, const std::string& key) const;
182 DeleteObjectOutcome DeleteObject(const DeleteObjectRequest& request) const;
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h102 DeleteObjectOutcome DeleteObject(const DeleteObjectRequest &request) const;
A DOssClient.cc545 DeleteObjectOutcome OssClient::DeleteObject(const std::string &bucket, const std::string &key) const in DeleteObject()
550 DeleteObjectOutcome OssClient::DeleteObject(const DeleteObjectRequest &request) const in DeleteObject()
A DOssClientImpl.cc998 DeleteObjectOutcome OssClientImpl::DeleteObject(const DeleteObjectRequest &request) const in DeleteObject()
1002 return DeleteObjectOutcome(DeleteObjectResult(outcome.result().headerCollection())); in DeleteObject()
1005 return DeleteObjectOutcome(outcome.error()); in DeleteObject()

Completed in 12 milliseconds