Searched refs:GetUserQosInfoOutcome (Results 1 – 5 of 5) sorted by relevance
207 using GetUserQosInfoOutcome = Outcome<OssError, GetUserQosInfoResult>; variable
159 GetUserQosInfoOutcome GetUserQosInfo(const GetUserQosInfoRequest& request) const;
91 GetUserQosInfoOutcome GetUserQosInfo(const GetUserQosInfoRequest& request) const;
888 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()
443 GetUserQosInfoOutcome OssClient::GetUserQosInfo(const GetUserQosInfoRequest& request) const in GetUserQosInfo()
Completed in 11 milliseconds