Home
last modified time | relevance | path

Searched refs:startedCallback (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/utils/http_over_curl/src/
H A Depoll_request_handler.cpp41 void EpollRequestHandler::Process(CURL *easyHandle, const TransferStartedCallback &startedCallback, in Process() argument
44 auto requestInfo = new RequestInfo{easyHandle, startedCallback, responseCallback, opaqueData}; in Process()
H A Depoll_multi_driver.cpp94 if (request->startedCallback) { in IncomingRequestCallback()
95 request->startedCallback(request->easyHandle, request->opaqueData); in IncomingRequestCallback()
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client.cpp93 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 Drequest_info.h27 TransferStartedCallback startedCallback; member
H A Depoll_request_handler.h38 void Process(CURL *easyHandle, const TransferStartedCallback &startedCallback,
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp272 static auto startedCallback = +[](CURL *easyHandle, void *opaqueData) { in AddCurlHandle() local
285 requestHandler.Process(handle, startedCallback, responseCallback, context); in AddCurlHandle()

Completed in 4 milliseconds