Home
last modified time | relevance | path

Searched refs:InnerSetHapPath (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h190 static napi_value InnerSetHapPath(napi_env env, napi_callback_info info);
Dwebview_controller.h223 void InnerSetHapPath(const std::string &hapPath);
Dwebview_controller.cpp1072 void WebviewController::InnerSetHapPath(const std::string &hapPath) in InnerSetHapPath() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp235 DECLARE_NAPI_FUNCTION("innerSetHapPath", NapiWebviewController::InnerSetHapPath), in Init()
646 napi_value NapiWebviewController::InnerSetHapPath(napi_env env, napi_callback_info info) in InnerSetHapPath() function in OHOS::NWeb::NapiWebviewController
669 webviewController->InnerSetHapPath(hapPath); in InnerSetHapPath()