Home
last modified time | relevance | path

Searched refs:GetResponseType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Drequest_data.h46 [[nodiscard]] const std::string &GetResponseType() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Drequest_data.cpp74 const std::string &RequestData::GetResponseType() const in GetResponseType() function in OHOS::ACELite::RequestData
H A Dhttp_async_callback.cpp73 std::string responseType = requestData.GetResponseType(); in ResponseDataToJsValue()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Drequest_data.h65 const std::string GetResponseType() const in GetResponseType() function
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/include/
H A Dfetch_context.h41 [[nodiscard]] std::string GetResponseType() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/
H A Dfetch_context.cpp252 std::string FetchContext::GetResponseType() const in GetResponseType() function in OHOS::NetStack::Fetch::FetchContext
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp154 … if (CommonUtils::ToLower(context->GetResponseType()) == FetchConstant::HTTP_RESPONSE_TYPE_JSON) { in MakeResponse()