Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/fuzztest/unregisterarkjsfunction_fuzzer/
H A Dunregisterarkjsfunction_fuzzer.cpp33 const std::vector<std::string> method_list; in UnregisterArkJSfunctionFuzzTest() local
34 g_nweb->UnregisterArkJSfunction(object_name, method_list); in UnregisterArkJSfunctionFuzzTest()
/ohos5.0/base/web/webview/test/fuzztest/registerarkjsfunction_fuzzer/
H A Dregisterarkjsfunction_fuzzer.cpp33 const std::vector<std::string> method_list; in RegisterArkJSfunctionFuzzTest() local
35 g_nweb->RegisterArkJSfunction(object_name, method_list, object_id); in RegisterArkJSfunctionFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp327 const ArkWebString& object_name, const ArkWebStringVector& method_list, const int32_t object_id) in RegisterArkJSfunction() argument
330 … ArkWebStringStructToClass(object_name), ArkWebStringVectorStructToClass(method_list), object_id); in RegisterArkJSfunction()
333 …pl::UnregisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list) in UnregisterArkJSfunction() argument
336 ArkWebStringStructToClass(object_name), ArkWebStringVectorStructToClass(method_list)); in UnregisterArkJSfunction()
935 …Impl::RegisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list, in RegisterArkJSfunction() argument
939 …ArkWebStringVectorStructToClass(method_list), ArkWebStringVectorStructToClass(async_method_list), … in RegisterArkJSfunction()
1089 …pl::RegisterArkJSfunctionV2(const ArkWebString& object_name, const ArkWebStringVector& method_list, in RegisterArkJSfunctionV2() argument
1093 …ArkWebStringVectorStructToClass(method_list), ArkWebStringVectorStructToClass(async_method_list), … in RegisterArkJSfunctionV2()
H A Dark_web_nweb_impl.h318 …const ArkWebString& object_name, const ArkWebStringVector& method_list, const int32_t object_id) o…
326 …sterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list) override;
1064 … void RegisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list,
1240 …oid RegisterArkJSfunctionV2(const ArkWebString& object_name, const ArkWebStringVector& method_list,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h412 const ArkWebStringVector& method_list,
424 const ArkWebStringVector& method_list) = 0;
1276 const ArkWebStringVector& method_list,
1497 const ArkWebStringVector& method_list,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp362 …const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_… in RegisterArkJSfunction() argument
365 ArkWebStringVector stMethods = ArkWebStringVectorClassToStruct(method_list); in RegisterArkJSfunction()
374 const std::string& object_name, const std::vector<std::string>& method_list) in UnregisterArkJSfunction() argument
377 ArkWebStringVector stMethods = ArkWebStringVectorClassToStruct(method_list); in UnregisterArkJSfunction()
1084 const std::vector<std::string>& method_list, const std::vector<std::string>& async_method_list, in RegisterArkJSfunction() argument
1088 ArkWebStringVector stMethods = ArkWebStringVectorClassToStruct(method_list); in RegisterArkJSfunction()
1273 const std::vector<std::string>& method_list, const std::vector<std::string>& async_method_list, in RegisterArkJSfunctionV2() argument
1278 ArkWebStringVector stMethods = ArkWebStringVectorClassToStruct(method_list); in RegisterArkJSfunctionV2()
H A Dark_web_nweb_wrapper.h324 …const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_…
332 …rkJSfunction(const std::string& object_name, const std::vector<std::string>& method_list) override;
1046 … RegisterArkJSfunction(const std::string& object_name, const std::vector<std::string>& method_list,
1249 const std::vector<std::string>& method_list,
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h537 …const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_…
546 const std::string& object_name, const std::vector<std::string>& method_list) = 0;
1229 … RegisterArkJSfunction(const std::string& object_name, const std::vector<std::string>& method_list,
1427 …egisterArkJSfunctionV2(const std::string& object_name, const std::vector<std::string>& method_list, in RegisterArkJSfunctionV2() argument
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h138 …const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_… in RegisterArkJSfunction() argument
140 …ArkJSfunction(const std::string& object_name, const std::vector<std::string>& method_list) override in UnregisterArkJSfunction() argument
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h174 …const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_… in RegisterArkJSfunction() argument
178 const std::vector<std::string>& method_list) override in UnregisterArkJSfunction() argument