Searched defs:method_list (Results 1 – 7 of 7) sorted by relevance
| /base/web/webview/test/fuzztest/unregisterarkjsfunction_fuzzer/ |
| D | unregisterarkjsfunction_fuzzer.cpp | 33 const std::vector<std::string> method_list; in UnregisterArkJSfunctionFuzzTest() local
|
| /base/web/webview/test/fuzztest/registerarkjsfunction_fuzzer/ |
| D | registerarkjsfunction_fuzzer.cpp | 33 const std::vector<std::string> method_list; in RegisterArkJSfunctionFuzzTest() local
|
| /base/web/webview/test/unittest/common/ |
| 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()
|
| /base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
| 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()
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| D | ark_web_nweb_impl.cpp | 333 const ArkWebString& object_name, const ArkWebStringVector& method_list, const int32_t object_id) in RegisterArkJSfunction() 339 …pl::UnregisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list) in UnregisterArkJSfunction() 999 …Impl::RegisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list, in RegisterArkJSfunction() 1144 …Impl::RegisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list, in RegisterArkJSfunction()
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
| D | ark_web_nweb_wrapper.cpp | 368 …const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_… in RegisterArkJSfunction() 380 const std::string& object_name, const std::vector<std::string>& method_list) in UnregisterArkJSfunction() 1151 const std::vector<std::string>& method_list, const std::vector<std::string>& async_method_list, in RegisterArkJSfunction() 1340 const std::vector<std::string>& method_list, const std::vector<std::string>& async_method_list, in RegisterArkJSfunction()
|
| /base/web/webview/ohos_interface/include/ohos_nweb/ |
| D | nweb.h | 1467 … RegisterArkJSfunction(const std::string& object_name, const std::vector<std::string>& method_list, in RegisterArkJSfunction()
|