Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssFwd.h245 using GetLiveChannelInfoOutcome = Outcome<OssError, GetLiveChannelInfoResult>; variable
A DOssClient.h247GetLiveChannelInfoOutcome GetLiveChannelInfo(const GetLiveChannelInfoRequest& request) const;
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h155GetLiveChannelInfoOutcome GetLiveChannelInfo(const GetLiveChannelInfoRequest &request) const;
A DOssClientImpl.cc1586 GetLiveChannelInfoOutcome OssClientImpl::GetLiveChannelInfo(const GetLiveChannelInfoRequest &reques… in GetLiveChannelInfo()
1594 GetLiveChannelInfoOutcome(std::move(result)): in GetLiveChannelInfo()
1595 GetLiveChannelInfoOutcome(OssError("GetLiveChannelStatError", "Parse Error")); in GetLiveChannelInfo()
1597 return GetLiveChannelInfoOutcome(outcome.error()); in GetLiveChannelInfo()
A DOssClient.cc928 GetLiveChannelInfoOutcome OssClient::GetLiveChannelInfo(const GetLiveChannelInfoRequest &request) c… in GetLiveChannelInfo()

Completed in 13 milliseconds