Home
last modified time | relevance | path

Searched refs:FetchResponse (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/
H A Dfetch_response.cpp23 FetchResponse::FetchResponse() : responseCode_(0) {} in FetchResponse() function in OHOS::NetStack::Fetch::FetchResponse
25 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()
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/
H A D@system.fetch.d.ts20 export interface FetchResponse {
84 success?: (data: FetchResponse) => void;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/options/include/
H A Dfetch_response.h25 class FetchResponse final {
27 FetchResponse();
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-system-fetch.md25 &nbsp;&nbsp;success?: (data: FetchResponse) => void;<br>
42 | success | Function | 否 | 接口调用成功的回调函数,返回值为[FetchResponse](#fetchresponse3) |
55 ## FetchResponse<sup>3+</sup>
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Djs-apis-system-fetch.md25 &nbsp;&nbsp;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>
/ohos5.0/foundation/communication/netstack/
H A DREADEME.md37 export interface FetchResponse {
100 success?: (data: FetchResponse) => void;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/include/
H A Dfetch_context.h45 FetchResponse response;
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.h199 void FetchResponse(const ResponseData responseData, const int32_t callbackId) const;
H A Dace_container.cpp615 void AceContainer::FetchResponse(const ResponseData responseData, const int32_t callbackId) const in FetchResponse() function in OHOS::Ace::Platform::AceContainer
651 container->FetchResponse(responseData, callbackId); in CallCurlFunction()