Home
last modified time | relevance | path

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

/base/web/webview/test/fuzztest/unregisterarkjsfunction_fuzzer/
Dunregisterarkjsfunction_fuzzer.cpp33 const std::vector<std::string> method_list; in UnregisterArkJSfunctionFuzzTest() local
34 g_nweb->UnregisterArkJSfunction(object_name, method_list); in UnregisterArkJSfunctionFuzzTest()
/base/web/webview/test/fuzztest/registerarkjsfunction_fuzzer/
Dregisterarkjsfunction_fuzzer.cpp33 const std::vector<std::string> method_list; in RegisterArkJSfunctionFuzzTest() local
35 g_nweb->RegisterArkJSfunctionExt(object_name, method_list, object_id); in RegisterArkJSfunctionFuzzTest()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h177 const std::vector<std::string>& method_list) override in RegisterArkJSfunction() argument
180 …const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_… in RegisterArkJSfunctionExt() argument
184 const std::vector<std::string>& method_list) override in UnregisterArkJSfunction() argument
/base/web/webview/ohos_nweb/include/
Dnweb.h468 const std::vector<std::string>& method_list) = 0;
478 const std::vector<std::string>& method_list) = 0;
932 …const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_…