Home
last modified time | relevance | path

Searched defs:curlMessage (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client.cpp105 auto responseCallback = [ptr, traceName](CURLMsg *curlMessage, void *) { in StartTask()
111 auto responseCallback = [ptr](CURLMsg *curlMessage, void *) { in StartTask()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp211 static auto responseCallback = +[](CURLMsg *curlMessage, void *opaqueData) { in AddCurlHandle()