Searched refs:startedCallback (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/netstack/utils/http_over_curl/src/ |
H A D | epoll_request_handler.cpp | 41 void EpollRequestHandler::Process(CURL *easyHandle, const TransferStartedCallback &startedCallback, in Process() argument 44 auto requestInfo = new RequestInfo{easyHandle, startedCallback, responseCallback, opaqueData}; in Process()
|
H A D | epoll_multi_driver.cpp | 94 if (request->startedCallback) { in IncomingRequestCallback() 95 request->startedCallback(request->easyHandle, request->opaqueData); in IncomingRequestCallback()
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client.cpp | 93 auto startedCallback = [ptr](CURL *, void *) { in StartTask() local 101 requestHandler.Process(ptr->GetCurlHandle(), startedCallback, responseCallback); in StartTask()
|
/foundation/communication/netstack/utils/http_over_curl/include/ |
H A D | request_info.h | 27 TransferStartedCallback startedCallback; member
|
H A D | epoll_request_handler.h | 38 void Process(CURL *easyHandle, const TransferStartedCallback &startedCallback,
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 272 static auto startedCallback = +[](CURL *easyHandle, void *opaqueData) { in AddCurlHandle() local 285 requestHandler.Process(handle, startedCallback, responseCallback, context); in AddCurlHandle()
|
Completed in 4 milliseconds