Searched refs:InnerSetHapPath (Results 1 – 7 of 7) sorted by relevance
69 void InnerSetHapPath(const std::string &hapPath);
240 …setHapPathCallback = [controller](const std::string& hapPath) { controller->InnerSetHapPath(hapPat… in FfiOHOSAceFrameworkWebCreate()
65 void WebviewControllerImpl::InnerSetHapPath(const std::string &hapPath) in InnerSetHapPath() function in OHOS::Webview::WebviewControllerImpl
275 void InnerSetHapPath(const std::string &hapPath);
238 static napi_value InnerSetHapPath(napi_env env, napi_callback_info info);
1317 void WebviewController::InnerSetHapPath(const std::string &hapPath) in InnerSetHapPath() function in OHOS::NWeb::WebviewController
575 DECLARE_NAPI_FUNCTION("innerSetHapPath", NapiWebviewController::InnerSetHapPath), in Init()1102 napi_value NapiWebviewController::InnerSetHapPath(napi_env env, napi_callback_info info) in InnerSetHapPath() function in OHOS::NWeb::NapiWebviewController1125 webviewController->InnerSetHapPath(hapPath); in InnerSetHapPath()