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/include/
Dark_web_nweb.h1495 virtual void RegisterArkJSfunctionV2(
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_nweb_impl.h1240 …void RegisterArkJSfunctionV2(const ArkWebString& object_name, const ArkWebStringVector& method_lis…
Dark_web_nweb_impl.cpp1089 void ArkWebNWebImpl::RegisterArkJSfunctionV2(const ArkWebString& object_name, const ArkWebStringVec… in RegisterArkJSfunctionV2() function in OHOS::ArkWeb::ArkWebNWebImpl
1092 nweb_nweb_->RegisterArkJSfunctionV2(ArkWebStringStructToClass(object_name), in RegisterArkJSfunctionV2()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_wrapper.h1248 void RegisterArkJSfunctionV2(const std::string& object_name,
Dark_web_nweb_wrapper.cpp1272 void ArkWebNWebWrapper::RegisterArkJSfunctionV2(const std::string& object_name, in RegisterArkJSfunctionV2() function in OHOS::ArkWeb::ArkWebNWebWrapper
1282 …ark_web_nweb_->RegisterArkJSfunctionV2(stName, stMethods, stAsyncMethods, object_id, stPermission); in RegisterArkJSfunctionV2()
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb.h1427 …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.cpp957 nweb_ptr->RegisterArkJSfunctionV2(tmp.objName, tmp.syncMethodList, in RegisterJavaScriptProxy()