Home
last modified time | relevance | path

Searched defs:CDataSendProgressInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dffi_structs.h111 struct CDataSendProgressInfo { struct
112 uint32_t sendSize;
113 uint32_t totalSize;
/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()