Searched refs:GetLiveChannelInfoOutcome (Results 1 – 5 of 5) sorted by relevance
245 using GetLiveChannelInfoOutcome = Outcome<OssError, GetLiveChannelInfoResult>; variable
247 … GetLiveChannelInfoOutcome GetLiveChannelInfo(const GetLiveChannelInfoRequest& request) const;
155 … GetLiveChannelInfoOutcome GetLiveChannelInfo(const GetLiveChannelInfoRequest &request) const;
1586 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()
928 GetLiveChannelInfoOutcome OssClient::GetLiveChannelInfo(const GetLiveChannelInfoRequest &request) c… in GetLiveChannelInfo()
Completed in 13 milliseconds