Home
last modified time | relevance | path

Searched refs:CDataSendProgressInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_ffi.h41 FFI_EXPORT void CJ_OnDataSendProgress(int64_t id, void (*callback)(CDataSendProgressInfo));
H A Dffi_structs.h111 struct CDataSendProgressInfo { struct
H A Dnet_http_request_context.h54 std::vector<std::function<void(CDataSendProgressInfo)>> dataSendProgress;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_ffi.cpp189 void CJ_OnDataSendProgress(int64_t id, void (*callback)(CDataSendProgressInfo)) in CJ_OnDataSendProgress() argument
H A Dnet_http_client_exec.cpp935 CDataSendProgressInfo info = {.sendSize = ulLen.nLen, .totalSize = ulLen.tLen}; in ProgressCallback()