Searched refs:FetchResponse (Results 1 – 9 of 9) sorted by relevance
23 FetchResponse::FetchResponse() : responseCode_(0) {} in FetchResponse() function in OHOS::NetStack::Fetch::FetchResponse25 void FetchResponse::AppendData(const void *data, size_t length) in AppendData()30 void FetchResponse::AppendRawHeader(const void *data, size_t length) in AppendRawHeader()35 void FetchResponse::SetResponseCode(uint32_t responseCode) in SetResponseCode()40 void FetchResponse::ParseHeaders() in ParseHeaders()58 const std::string &FetchResponse::GetData() const in GetData()63 uint32_t FetchResponse::GetResponseCode() const in GetResponseCode()68 const std::map<std::string, std::string> &FetchResponse::GetHeader() const in GetHeader()
20 export interface FetchResponse {84 success?: (data: FetchResponse) => void;
25 class FetchResponse final {27 FetchResponse();
25 success?: (data: FetchResponse) => void;<br>42 | success | Function | 否 | 接口调用成功的回调函数,返回值为[FetchResponse](#fetchresponse3) |55 ## FetchResponse<sup>3+</sup>
25 success?: (data: FetchResponse) => void;<br>42 …lled when the API call is successful. The return value is defined by [FetchResponse](#fetchrespons…55 ## FetchResponse<sup>3+</sup>
37 export interface FetchResponse {100 success?: (data: FetchResponse) => void;
45 FetchResponse response;
199 void FetchResponse(const ResponseData responseData, const int32_t callbackId) const;
615 void AceContainer::FetchResponse(const ResponseData responseData, const int32_t callbackId) const in FetchResponse() function in OHOS::Ace::Platform::AceContainer651 container->FetchResponse(responseData, callbackId); in CallCurlFunction()