Searched refs:stAsyncMethods (Results 1 – 1 of 1) sorted by relevance
1089 ArkWebStringVector stAsyncMethods = ArkWebStringVectorClassToStruct(async_method_list); in RegisterArkJSfunction() local1091 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() local1282 …ark_web_nweb_->RegisterArkJSfunctionV2(stName, stMethods, stAsyncMethods, object_id, stPermission); in RegisterArkJSfunctionV2()1286 ArkWebStringVectorStructRelease(stAsyncMethods); in RegisterArkJSfunctionV2()