Home
last modified time | relevance | path

Searched defs:HTTP_METHOD_OPTIONS (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dhttp_constant.h29 inline static const std::string HTTP_METHOD_OPTIONS = "OPTIONS"; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_constant.h44 static const char *const HTTP_METHOD_OPTIONS; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_constant.cpp39 const char *const HttpConstant::HTTP_METHOD_OPTIONS = "OPTIONS"; member in OHOS::ACELite::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/constant/include/
H A Dconstant.h31 static const char *const HTTP_METHOD_OPTIONS; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/constant/src/
H A Dconstant.cpp21 const char *const FetchConstant::HTTP_METHOD_OPTIONS = "OPTIONS"; member in OHOS::NetStack::Fetch::FetchConstant
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_constant.h32 static const char *const HTTP_METHOD_OPTIONS; variable
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_constant.cpp25 const char *const HttpConstant::HTTP_METHOD_OPTIONS = "OPTIONS"; member in OHOS::NetStack::HttpClient::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp21 const char *const HttpConstant::HTTP_METHOD_OPTIONS = "OPTIONS"; member in OHOS::NetStack::Http::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h38 constexpr const char *HTTP_METHOD_OPTIONS = "OPTIONS"; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h123 static const char *const HTTP_METHOD_OPTIONS; variable