Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h203 void InnerSetHapPath(const std::string &hapPath);
Dnapi_webview_controller.h182 static napi_value InnerSetHapPath(napi_env env, napi_callback_info info);
Dwebview_controller.cpp901 void WebviewController::InnerSetHapPath(const std::string &hapPath) in InnerSetHapPath() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp213 DECLARE_NAPI_FUNCTION("innerSetHapPath", NapiWebviewController::InnerSetHapPath), in Init()
522 napi_value NapiWebviewController::InnerSetHapPath(napi_env env, napi_callback_info info) in InnerSetHapPath() function in OHOS::NWeb::NapiWebviewController
545 webviewController->InnerSetHapPath(hapPath); in InnerSetHapPath()