Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_scheme_handler_request.h142 static napi_value JS_Read(napi_env env, napi_callback_info info);
H A Dnapi_web_scheme_handler_request.cpp1131 DECLARE_NAPI_FUNCTION("read", JS_Read), in ExportWebHttpBodyStreamClass()
1150 DECLARE_NAPI_FUNCTION("read", JS_Read), in DefineProperties()
1250 napi_value NapiWebHttpBodyStream::JS_Read(napi_env env, napi_callback_info info) in JS_Read() function in OHOS::NWeb::NapiWebHttpBodyStream