Searched refs:InnerSetHapPath (Results 1 – 4 of 4) sorted by relevance
203 void InnerSetHapPath(const std::string &hapPath);
182 static napi_value InnerSetHapPath(napi_env env, napi_callback_info info);
901 void WebviewController::InnerSetHapPath(const std::string &hapPath) in InnerSetHapPath() function in OHOS::NWeb::WebviewController
213 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::NapiWebviewController545 webviewController->InnerSetHapPath(hapPath); in InnerSetHapPath()