Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssFwd.h247 using ListLiveChannelOutcome = Outcome<OssError, ListLiveChannelResult>; variable
A DOssClient.h249 ListLiveChannelOutcome ListLiveChannel(const ListLiveChannelRequest& request) const;
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h157 ListLiveChannelOutcome ListLiveChannel(const ListLiveChannelRequest &request) const;
A DOssClientImpl.cc1616 ListLiveChannelOutcome OssClientImpl::ListLiveChannel(const ListLiveChannelRequest &request) const in ListLiveChannel()
1624 ListLiveChannelOutcome(std::move(result)): in ListLiveChannel()
1625 ListLiveChannelOutcome(OssError("GetLiveChannelStatError", "Parse Error")); in ListLiveChannel()
1627 return ListLiveChannelOutcome(outcome.error()); in ListLiveChannel()
A DOssClient.cc938 ListLiveChannelOutcome OssClient::ListLiveChannel(const ListLiveChannelRequest &request) const in ListLiveChannel()

Completed in 13 milliseconds