Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_nweb_impl.cpp1095 void ArkWebNWebImpl::RegisterArkJSfunctionV2(const ArkWebString& object_name, const ArkWebStringVec… in RegisterArkJSfunctionV2() function in OHOS::ArkWeb::ArkWebNWebImpl
1098 nweb_nweb_->RegisterArkJSfunctionV2(ArkWebStringStructToClass(object_name), in RegisterArkJSfunctionV2()
Dark_web_nweb_impl.h1252 …void RegisterArkJSfunctionV2(const ArkWebString& object_name, const ArkWebStringVector& method_lis…
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
Dark_web_nweb.h1510 virtual void RegisterArkJSfunctionV2(
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_wrapper.cpp1270 void ArkWebNWebWrapper::RegisterArkJSfunctionV2(const std::string& object_name, in RegisterArkJSfunctionV2() function in OHOS::ArkWeb::ArkWebNWebWrapper
1280 …ark_web_nweb_->RegisterArkJSfunctionV2(stName, stMethods, stAsyncMethods, object_id, stPermission); in RegisterArkJSfunctionV2()
Dark_web_nweb_wrapper.h1248 void RegisterArkJSfunctionV2(const std::string& object_name,
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb.h1425 …virtual void RegisterArkJSfunctionV2(const std::string& object_name, const std::vector<std::string… in RegisterArkJSfunctionV2() function
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp956 nweb_ptr->RegisterArkJSfunctionV2(tmp.objName, tmp.syncMethodList, in RegisterJavaScriptProxy()