Home
last modified time | relevance | path

Searched defs:startedCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netstack/utils/http_over_curl/include/
H A Drequest_info.h27 TransferStartedCallback startedCallback; member
/ohos5.0/foundation/communication/netstack/utils/http_over_curl/src/
H A Depoll_request_handler.cpp38 void EpollRequestHandler::Process(CURL *easyHandle, const TransferStartedCallback &startedCallback, in Process()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client.cpp98 auto startedCallback = [ptr](CURL *, void *) {}; in StartTask() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp206 static auto startedCallback = +[](CURL *easyHandle, void *opaqueData) { in AddCurlHandle() local