Searched defs:RequestCallback (Results 1 – 7 of 7) sorted by relevance
48 struct RequestCallback { struct49 std::vector<std::function<void(CArrString)>> headersReceive;50 std::vector<std::function<void(CArrString)>> headersReceiveOnce;51 std::vector<std::function<void(CArrUI8)>> dataReceive;52 std::vector<std::function<void()>> dataEnd;53 std::vector<std::function<void(CDataReceiveProgressInfo)>> dataReceiveProgress;54 std::vector<std::function<void(CDataSendProgressInfo)>> dataSendProgress;
19 using RequestCallback = std::function<void(int32_t errorNumber, const Response &response)>; variable
24 class RequestCallback; variable
28 class RequestCallback; variable
28 void HttpAsyncWork::RequestCallback(napi_env env, napi_status status, void *data) in RequestCallback() function in OHOS::NetStack::Http::HttpAsyncWork
568 napi_value HttpExec::RequestCallback(RequestContext *context) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec