Home
last modified time | relevance | path

Searched refs:HTTP_REQUEST_ERROR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_request.cpp28 HTTP_REQUEST_ERROR("Failed to set option: %s, %s", #opt, err); \
40 HTTP_REQUEST_ERROR("Failed to fetch, err: %s", err); \
52 HTTP_REQUEST_ERROR("Failed to get info: %s, %s", #opt, err); \
73 HTTP_REQUEST_ERROR("Failed to initialize 'curl'"); in Initialize()
87 HTTP_REQUEST_ERROR("Failed to create fetch task"); in Request()
107 HTTP_REQUEST_ERROR("set option failed"); in Request()
135 HTTP_REQUEST_ERROR("method %s not supported", method.c_str()); in SetOption()
H A Dfetch_module.cpp99 HTTP_REQUEST_ERROR("get name value failed"); in GetNameValue()
113 HTTP_REQUEST_ERROR("key to string failed"); in GetNameValue()
119 HTTP_REQUEST_ERROR("get val failed"); in GetNameValue()
132 HTTP_REQUEST_ERROR("get body failed"); in GetRequestBody()
141 HTTP_REQUEST_ERROR("get body str failed"); in GetRequestBody()
161 HTTP_REQUEST_ERROR("body should be string or object"); in GetRequestBody()
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_request_utils.h30 #define HTTP_REQUEST_ERROR(...) \ macro