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