Searched defs:method_list (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/web/webview/test/fuzztest/unregisterarkjsfunction_fuzzer/ |
H A D | unregisterarkjsfunction_fuzzer.cpp | 33 const std::vector<std::string> method_list; in UnregisterArkJSfunctionFuzzTest() local
|
/ohos5.0/base/web/webview/test/fuzztest/registerarkjsfunction_fuzzer/ |
H A D | registerarkjsfunction_fuzzer.cpp | 33 const std::vector<std::string> method_list; in RegisterArkJSfunctionFuzzTest() local
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 138 …const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_… in RegisterArkJSfunction() 140 …nregisterArkJSfunction(const std::string& object_name, const std::vector<std::string>& method_list… in UnregisterArkJSfunction()
|
/ohos5.0/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 174 …const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_… in RegisterArkJSfunction() 178 const std::vector<std::string>& method_list) override in UnregisterArkJSfunction()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 327 const ArkWebString& object_name, const ArkWebStringVector& method_list, const int32_t object_id) in RegisterArkJSfunction() 333 …pl::UnregisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list) in UnregisterArkJSfunction() 935 …Impl::RegisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list, in RegisterArkJSfunction() 1089 …pl::RegisterArkJSfunctionV2(const ArkWebString& object_name, const ArkWebStringVector& method_list, in RegisterArkJSfunctionV2()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 362 …const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_… in RegisterArkJSfunction() 374 const std::string& object_name, const std::vector<std::string>& method_list) in UnregisterArkJSfunction() 1084 const std::vector<std::string>& method_list, const std::vector<std::string>& async_method_list, in RegisterArkJSfunction() 1273 const std::vector<std::string>& method_list, const std::vector<std::string>& async_method_list, in RegisterArkJSfunctionV2()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1427 …egisterArkJSfunctionV2(const std::string& object_name, const std::vector<std::string>& method_list, in RegisterArkJSfunctionV2()
|