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 D | ark_web_js_result_callback_impl.cpp | 30 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 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() 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 D | unregisterarkjsfunction_fuzzer.cpp | 32 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 D | ark_web_js_result_callback_wrapper.cpp | 30 …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 D | ark_web_nweb_impl.cpp | 327 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 D | registerarkjsfunction_fuzzer.cpp | 32 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 D | web_javascript_result_callback.cpp | 158 …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 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 …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 D | nweb_create_window.h | 174 …const 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 D | nweb.h | 1427 …virtual void RegisterArkJSfunctionV2(const std::string& object_name, const std::vector<std::string… in RegisterArkJSfunctionV2()
|