Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssFwd.h227 using GetSymlinkOutcome = Outcome<OssError, GetSymlinkResult>; variable
A DOssClient.h198 GetSymlinkOutcome GetSymlink(const GetSymlinkRequest& request) const;
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h111 GetSymlinkOutcome GetSymlink(const GetSymlinkRequest &request) const;
A DOssClientImpl.cc1098 GetSymlinkOutcome OssClientImpl::GetSymlink(const GetSymlinkRequest &request) const in GetSymlink()
1102 return GetSymlinkOutcome(GetSymlinkResult(outcome.result().headerCollection())); in GetSymlink()
1105 return GetSymlinkOutcome(outcome.error()); in GetSymlink()
A DOssClient.cc614 GetSymlinkOutcome OssClient::GetSymlink(const GetSymlinkRequest &request) const in GetSymlink()

Completed in 12 milliseconds