Searched refs:ListLiveChannelOutcome (Results 1 – 5 of 5) sorted by relevance
247 using ListLiveChannelOutcome = Outcome<OssError, ListLiveChannelResult>; variable
249 ListLiveChannelOutcome ListLiveChannel(const ListLiveChannelRequest& request) const;
157 ListLiveChannelOutcome ListLiveChannel(const ListLiveChannelRequest &request) const;
1616 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()
938 ListLiveChannelOutcome OssClient::ListLiveChannel(const ListLiveChannelRequest &request) const in ListLiveChannel()
Completed in 13 milliseconds