Home
last modified time | relevance | path

Searched defs:object_name (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_js_result_callback_impl.cpp30 const ArkWebString& object_name, int32_t routing_id, int32_t object_id) in GetJavaScriptResult()
39 const ArkWebString& object_name, int fd, int32_t routing_id, int32_t object_id) in GetJavaScriptResultFlowbuf()
H A Dark_web_nweb_wrapper.cpp362const 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()
1083 void ArkWebNWebWrapper::RegisterArkJSfunction(const std::string& object_name, in RegisterArkJSfunction()
1272 void ArkWebNWebWrapper::RegisterArkJSfunctionV2(const std::string& object_name, in RegisterArkJSfunctionV2()
/ohos5.0/base/web/webview/test/fuzztest/unregisterarkjsfunction_fuzzer/
H A Dunregisterarkjsfunction_fuzzer.cpp32 const std::string object_name((const char *)data, size); in UnregisterArkJSfunctionFuzzTest() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_js_result_callback_wrapper.cpp30 …shared_ptr<OHOS::NWeb::NWebValue>> args, const std::string& method, const std::string& object_name, in GetJavaScriptResult()
47 …shared_ptr<OHOS::NWeb::NWebValue>> args, const std::string& method, const std::string& object_name, in GetJavaScriptResultFlowbuf()
H A Dark_web_nweb_impl.cpp327 const ArkWebString& object_name, const ArkWebStringVector& method_list, const int32_t object_id) in RegisterArkJSfunction()
333 void ArkWebNWebImpl::UnregisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVec… in UnregisterArkJSfunction()
935 void ArkWebNWebImpl::RegisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVecto… in RegisterArkJSfunction()
1089 void ArkWebNWebImpl::RegisterArkJSfunctionV2(const ArkWebString& object_name, const ArkWebStringVec… in RegisterArkJSfunctionV2()
/ohos5.0/base/web/webview/test/fuzztest/registerarkjsfunction_fuzzer/
H A Dregisterarkjsfunction_fuzzer.cpp32 const std::string object_name((const char *)data, size); in RegisterArkJSfunctionFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_result_callback.cpp158 …vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& object_name, in GetJavaScriptResult()
189 …vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& object_name, in GetJavaScriptResultFlowbuf()
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h138const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_… in RegisterArkJSfunction()
140 …void UnregisterArkJSfunction(const std::string& object_name, const std::vector<std::string>& metho… in UnregisterArkJSfunction()
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h174const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_… in RegisterArkJSfunction()
177 const std::string& object_name, in UnregisterArkJSfunction()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1427 …virtual void RegisterArkJSfunctionV2(const std::string& object_name, const std::vector<std::string… in RegisterArkJSfunctionV2()