Home
last modified time | relevance | path

Searched refs:JS_HttpBodyStream (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_scheme_handler_request.h71 static napi_value JS_HttpBodyStream(napi_env env, napi_callback_info cbinfo);
H A Dnapi_web_scheme_handler_request.cpp53 DECLARE_NAPI_FUNCTION("getHttpBodyStream", JS_HttpBodyStream), in ExportWebSchemeHandlerRequestClass()
76 DECLARE_NAPI_FUNCTION("getHttpBodyStream", JS_HttpBodyStream), in DefineProperties()
272 napi_value NapiWebSchemeHandlerRequest::JS_HttpBodyStream(napi_env env, napi_callback_info cbinfo) in JS_HttpBodyStream() function in OHOS::NWeb::NapiWebSchemeHandlerRequest