Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1089 ArkWebStringVector stAsyncMethods = ArkWebStringVectorClassToStruct(async_method_list); in RegisterArkJSfunction() local
1091 ark_web_nweb_->RegisterArkJSfunction(stName, stMethods, stAsyncMethods, object_id); in RegisterArkJSfunction()
1095 ArkWebStringVectorStructRelease(stAsyncMethods); in RegisterArkJSfunction()
1279 ArkWebStringVector stAsyncMethods = ArkWebStringVectorClassToStruct(async_method_list); in RegisterArkJSfunctionV2() local
1282 …ark_web_nweb_->RegisterArkJSfunctionV2(stName, stMethods, stAsyncMethods, object_id, stPermission); in RegisterArkJSfunctionV2()
1286 ArkWebStringVectorStructRelease(stAsyncMethods); in RegisterArkJSfunctionV2()