Home
last modified time | relevance | path

Searched refs:FetchResponse (Results 1 - 5 of 5) sorted by relevance

/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()
/foundation/communication/netstack/frameworks/js/napi/fetch/options/include/
H A Dfetch_response.h25 class FetchResponse final {
27 FetchResponse();
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/include/
H A Dfetch_context.h45 FetchResponse response;
/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()

Completed in 4 milliseconds