Searched refs:GetResponseType (Results 1 – 7 of 7) sorted by relevance
46 [[nodiscard]] const std::string &GetResponseType() const;
74 const std::string &RequestData::GetResponseType() const in GetResponseType() function in OHOS::ACELite::RequestData
73 std::string responseType = requestData.GetResponseType(); in ResponseDataToJsValue()
65 const std::string GetResponseType() const in GetResponseType() function
41 [[nodiscard]] std::string GetResponseType() const;
252 std::string FetchContext::GetResponseType() const in GetResponseType() function in OHOS::NetStack::Fetch::FetchContext
154 … if (CommonUtils::ToLower(context->GetResponseType()) == FetchConstant::HTTP_RESPONSE_TYPE_JSON) { in MakeResponse()