Searched refs:PutLiveChannelRequest (Results 1 – 6 of 6) sorted by relevance
27 PutLiveChannelRequest::PutLiveChannelRequest(const std::string& bucket, in PutLiveChannelRequest() function in PutLiveChannelRequest39 void PutLiveChannelRequest::setChannelType(const std::string& channelType) in setChannelType()49 void PutLiveChannelRequest::setDestBucket(const std::string& destBucket) in setDestBucket()55 void PutLiveChannelRequest::setFragCount(uint64_t fragCount) in setFragCount()60 void PutLiveChannelRequest::setFragDuration(uint64_t fragDuration) in setFragDuration()65 void PutLiveChannelRequest::setStatus(LiveChannelStatus status) in setStatus()70 void PutLiveChannelRequest::setInterval(uint64_t interval) in setInterval()82 void PutLiveChannelRequest::setRoleName(const std::string& roleName) in setRoleName()107 int PutLiveChannelRequest::validate() const in validate()163 std::string PutLiveChannelRequest::payload() const in payload()[all …]
28 class ALIBABACLOUD_OSS_EXPORT PutLiveChannelRequest : public LiveChannelRequest31 PutLiveChannelRequest(const std::string& bucket, const std::string& channelName,
151 PutLiveChannelOutcome PutLiveChannel(const PutLiveChannelRequest &request) const;
908 PutLiveChannelOutcome OssClient::PutLiveChannel(const PutLiveChannelRequest &request) const in PutLiveChannel()
1530 PutLiveChannelOutcome OssClientImpl::PutLiveChannel(const PutLiveChannelRequest& request) const in PutLiveChannel()
243 PutLiveChannelOutcome PutLiveChannel(const PutLiveChannelRequest& request) const;
Completed in 15 milliseconds