Home
last modified time | relevance | path

Searched refs:HTTP_URL_PARAM_DELIMITER (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_constant.h40 static const char *const HTTP_URL_PARAM_DELIMITER; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_constant.cpp35 const char *const HttpConstant::HTTP_URL_PARAM_DELIMITER = "&"; member in OHOS::ACELite::HttpConstant
H A Dhttp_request_utils.cpp74 param += HttpConstant::HTTP_URL_PARAM_DELIMITER; in MakeUrl()
H A Dfetch_module.cpp200 extraParam += p.first + "=" + p.second + HttpConstant::HTTP_URL_PARAM_DELIMITER; in ParseExtraData()