Searched refs:ArkWeb_HttpBodyStream (Results 1 - 5 of 5) sorted by relevance
/base/web/webview/interfaces/native/ |
H A D | arkweb_scheme_handler.h | 171 typedef struct ArkWeb_HttpBodyStream_ ArkWeb_HttpBodyStream; typedef 206 * @param httpBodyStream The ArkWeb_HttpBodyStream. 215 typedef void (*ArkWeb_HttpBodyStreamReadCallback)(const ArkWeb_HttpBodyStream* httpBodyStream, 221 * @param httpBodyStream The ArkWeb_HttpBodyStream. 227 typedef void (*ArkWeb_HttpBodyStreamInitCallback)(const ArkWeb_HttpBodyStream* httpBodyStream, ArkWeb_NetError result); 307 * @brief Create a ArkWeb_HttpBodyStream which used to read the http body. 316 ArkWeb_HttpBodyStream** httpBodyStream); 325 void OH_ArkWebResourceRequest_DestroyHttpBodyStream(ArkWeb_HttpBodyStream* httpBodyStream); 349 * @brief Set a user data to ArkWeb_HttpBodyStream. 350 * @param httpBodyStream The ArkWeb_HttpBodyStream [all...] |
H A D | arkweb_scheme_handler.cpp | 193 const ArkWeb_ResourceRequest* resourceRequest, ArkWeb_HttpBodyStream** httpBodyStream) in OH_ArkWebResourceRequest_GetHttpBodyStream() 203 void OH_ArkWebResourceRequest_DestroyHttpBodyStream(ArkWeb_HttpBodyStream* httpBodyStream) in OH_ArkWebResourceRequest_DestroyHttpBodyStream() 233 int32_t OH_ArkWebHttpBodyStream_SetUserData(ArkWeb_HttpBodyStream* httpBodyStream, void* userData) in OH_ArkWebHttpBodyStream_SetUserData() 242 void* OH_ArkWebHttpBodyStream_GetUserData(const ArkWeb_HttpBodyStream* httpBodyStream) in OH_ArkWebHttpBodyStream_GetUserData() 252 ArkWeb_HttpBodyStream* httpBodyStream, ArkWeb_HttpBodyStreamReadCallback readCallback) in OH_ArkWebHttpBodyStream_SetReadCallback() 263 ArkWeb_HttpBodyStream* httpBodyStream, ArkWeb_HttpBodyStreamInitCallback initCallback) in OH_ArkWebHttpBodyStream_Init() 273 void OH_ArkWebHttpBodyStream_Read(const ArkWeb_HttpBodyStream* httpBodyStream, uint8_t* buffer, int bufLen) in OH_ArkWebHttpBodyStream_Read() 283 uint64_t OH_ArkWebHttpBodyStream_GetSize(const ArkWeb_HttpBodyStream* httpBodyStream) in OH_ArkWebHttpBodyStream_GetSize() 293 uint64_t OH_ArkWebHttpBodyStream_GetPosition(const ArkWeb_HttpBodyStream* httpBodyStream) in OH_ArkWebHttpBodyStream_GetPosition() 303 bool OH_ArkWebHttpBodyStream_IsChunked(const ArkWeb_HttpBodyStream* httpBodyStrea [all...] |
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | web_scheme_handler_request.h | 45 ArkWeb_HttpBodyStream* GetHttpBodyStream(); 57 ArkWeb_HttpBodyStream* stream_ = nullptr; 155 const ArkWeb_HttpBodyStream* httpBodyStream, uint8_t* buffer, int bytesRead); 157 const ArkWeb_HttpBodyStream* httpBodyStream, ArkWeb_NetError result); 158 WebHttpBodyStream(napi_env env, ArkWeb_HttpBodyStream* stream); 196 ArkWeb_HttpBodyStream* stream_ = nullptr;
|
H A D | web_scheme_handler_request.cpp | 156 ArkWeb_HttpBodyStream* WebSchemeHandlerRequest::GetHttpBodyStream() in GetHttpBodyStream() 622 ArkWeb_HttpBodyStream* stream) in WebHttpBodyStream() 648 const ArkWeb_HttpBodyStream* httpBodyStream, uint8_t* buffer, int bytesRead) in HttpBodyStreamReadCallback() 661 const ArkWeb_HttpBodyStream* httpBodyStream, ArkWeb_NetError result) in HttpBodyStreamInitCallback()
|
H A D | napi_web_scheme_handler_request.cpp | 285 ArkWeb_HttpBodyStream* arkWebPostStream = request->GetHttpBodyStream(); in JS_HttpBodyStream()
|
Completed in 6 milliseconds