Home
last modified time | relevance | path

Searched refs:InnerJsProxy (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h98 static napi_value InnerJsProxy(napi_env env, napi_callback_info info);
H A Dnapi_webview_controller.cpp515 DECLARE_NAPI_FUNCTION("jsProxy", NapiWebviewController::InnerJsProxy), in Init()
1131 napi_value NapiWebviewController::InnerJsProxy(napi_env env, napi_callback_info info) in InnerJsProxy() function in OHOS::NWeb::NapiWebviewController
1140 WVLOG_E("Failed to run InnerJsProxy beacuse of wrong Param number."); in InnerJsProxy()
1146 WVLOG_E("Failed to run InnerJsProxy beacuse of wrong Param type."); in InnerJsProxy()
1151 WVLOG_E("Failed to run InnerJsProxy beacuse of wrong object name."); in InnerJsProxy()
1159 WVLOG_E("Failed to run InnerJsProxy beacuse of empty method lists."); in InnerJsProxy()
1167 WVLOG_E("Failed to run InnerJsProxy. The WebviewController must be associted with a Web component."); in InnerJsProxy()

Completed in 12 milliseconds