Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssFwd.h246 using GetLiveChannelHistoryOutcome = Outcome<OssError, GetLiveChannelHistoryResult>; variable
A DOssClient.h248GetLiveChannelHistoryOutcome GetLiveChannelHistory(const GetLiveChannelHistoryRequest& request) co…
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h156GetLiveChannelHistoryOutcome GetLiveChannelHistory(const GetLiveChannelHistoryRequest &request) co…
A DOssClientImpl.cc1601 GetLiveChannelHistoryOutcome OssClientImpl::GetLiveChannelHistory(const GetLiveChannelHistoryReques… in GetLiveChannelHistory()
1609 GetLiveChannelHistoryOutcome(std::move(result)): in GetLiveChannelHistory()
1610 GetLiveChannelHistoryOutcome(OssError("GetLiveChannelStatError", "Parse Error")); in GetLiveChannelHistory()
1612 return GetLiveChannelHistoryOutcome(outcome.error()); in GetLiveChannelHistory()
A DOssClient.cc933 GetLiveChannelHistoryOutcome OssClient::GetLiveChannelHistory(const GetLiveChannelHistoryRequest &r… in GetLiveChannelHistory()

Completed in 13 milliseconds