Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssFwd.h207 using GetUserQosInfoOutcome = Outcome<OssError, GetUserQosInfoResult>; variable
A DOssClient.h159 GetUserQosInfoOutcome GetUserQosInfo(const GetUserQosInfoRequest& request) const;
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h91 GetUserQosInfoOutcome GetUserQosInfo(const GetUserQosInfoRequest& request) const;
A DOssClientImpl.cc888 GetUserQosInfoOutcome OssClientImpl::GetUserQosInfo(const GetUserQosInfoRequest& request) const in GetUserQosInfo()
894 return result.ParseDone() ? GetUserQosInfoOutcome(std::move(result)) : in GetUserQosInfo()
895 GetUserQosInfoOutcome(OssError("ParseXMLError", "Parsing GetUserQosInfo result fail.")); in GetUserQosInfo()
898 return GetUserQosInfoOutcome(outcome.error()); in GetUserQosInfo()
A DOssClient.cc443 GetUserQosInfoOutcome OssClient::GetUserQosInfo(const GetUserQosInfoRequest& request) const in GetUserQosInfo()

Completed in 11 milliseconds