Home
last modified time | relevance | path

Searched refs:EpollRequestHandler (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netstack/utils/http_over_curl/src/
H A Depoll_request_handler.cpp27 EpollRequestHandler::EpollRequestHandler(int sleepTimeoutMs) in EpollRequestHandler() function in OHOS::NetStack::HttpOverCurl::EpollRequestHandler
33 EpollRequestHandler::~EpollRequestHandler() in ~EpollRequestHandler()
38 void EpollRequestHandler::Process(CURL *easyHandle, const TransferStartedCallback &startedCallback, in Process()
60 void EpollRequestHandler::WorkingThread() in WorkingThread()
/ohos5.0/foundation/communication/netstack/utils/http_over_curl/include/
H A Depoll_request_handler.h32 class EpollRequestHandler {
34 explicit EpollRequestHandler(int sleepTimeoutMs = 5000);
35 ~EpollRequestHandler();
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client.cpp94 static HttpOverCurl::EpollRequestHandler requestHandler; in StartTask()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp204 static HttpOverCurl::EpollRequestHandler requestHandler; in AddCurlHandle()