Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h69 void InnerSetHapPath(const std::string &hapPath);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp240 …setHapPathCallback = [controller](const std::string& hapPath) { controller->InnerSetHapPath(hapPat… in FfiOHOSAceFrameworkWebCreate()
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp65 void WebviewControllerImpl::InnerSetHapPath(const std::string &hapPath) in InnerSetHapPath() function in OHOS::Webview::WebviewControllerImpl
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h275 void InnerSetHapPath(const std::string &hapPath);
H A Dnapi_webview_controller.h238 static napi_value InnerSetHapPath(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1317 void WebviewController::InnerSetHapPath(const std::string &hapPath) in InnerSetHapPath() function in OHOS::NWeb::WebviewController
H A Dnapi_webview_controller.cpp575 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::NapiWebviewController
1125 webviewController->InnerSetHapPath(hapPath); in InnerSetHapPath()