Searched refs:RegisterArkJSfunctionV2 (Results 1 – 7 of 7) sorted by relevance
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
| D | ark_web_nweb.h | 1495 virtual void RegisterArkJSfunctionV2(
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| D | ark_web_nweb_impl.h | 1240 …void RegisterArkJSfunctionV2(const ArkWebString& object_name, const ArkWebStringVector& method_lis…
|
| D | ark_web_nweb_impl.cpp | 1089 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/ |
| D | ark_web_nweb_wrapper.h | 1248 void RegisterArkJSfunctionV2(const std::string& object_name,
|
| D | ark_web_nweb_wrapper.cpp | 1272 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/ |
| D | nweb.h | 1427 …virtual void RegisterArkJSfunctionV2(const std::string& object_name, const std::vector<std::string… in RegisterArkJSfunctionV2() function
|
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| D | webview_controller.cpp | 957 nweb_ptr->RegisterArkJSfunctionV2(tmp.objName, tmp.syncMethodList, in RegisterJavaScriptProxy()
|