Home
last modified time | relevance | path

Searched refs:PutLiveChannelRequest (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/oss/src/model/
A DPutLiveChannelRequest.cc27 PutLiveChannelRequest::PutLiveChannelRequest(const std::string& bucket, in PutLiveChannelRequest() function in PutLiveChannelRequest
39 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 …]
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DPutLiveChannelRequest.h28 class ALIBABACLOUD_OSS_EXPORT PutLiveChannelRequest : public LiveChannelRequest
31 PutLiveChannelRequest(const std::string& bucket, const std::string& channelName,
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h151 PutLiveChannelOutcome PutLiveChannel(const PutLiveChannelRequest &request) const;
A DOssClient.cc908 PutLiveChannelOutcome OssClient::PutLiveChannel(const PutLiveChannelRequest &request) const in PutLiveChannel()
A DOssClientImpl.cc1530 PutLiveChannelOutcome OssClientImpl::PutLiveChannel(const PutLiveChannelRequest& request) const in PutLiveChannel()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssClient.h243 PutLiveChannelOutcome PutLiveChannel(const PutLiveChannelRequest& request) const;

Completed in 15 milliseconds