Home
last modified time | relevance | path

Searched defs:HTTP_CONTENT_TYPE_JSON (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_constant.h37 static const char *const HTTP_CONTENT_TYPE_JSON; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_constant.cpp32 const char *const HttpConstant::HTTP_CONTENT_TYPE_JSON = "application/json"; member in OHOS::ACELite::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/constant/include/
H A Dconstant.h63 static const char *const HTTP_CONTENT_TYPE_JSON; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/constant/src/
H A Dconstant.cpp52 const char *const FetchConstant::HTTP_CONTENT_TYPE_JSON = "application/json"; member in OHOS::NetStack::Fetch::FetchConstant
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_constant.h88 static const char *const HTTP_CONTENT_TYPE_JSON; variable
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_constant.cpp78 const char *const HttpConstant::HTTP_CONTENT_TYPE_JSON = "application/json"; member in OHOS::NetStack::HttpClient::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp102 const char *const HttpConstant::HTTP_CONTENT_TYPE_JSON = "application/json"; member in OHOS::NetStack::Http::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h91 constexpr const char *HTTP_CONTENT_TYPE_JSON = "application/json"; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h216 static const char *const HTTP_CONTENT_TYPE_JSON; variable