/base/web/webview/test/fuzztest/registerarkjsfunction_fuzzer/ |
H A D | registerarkjsfunction_fuzzer.cpp | 34 const int32_t object_id = 1; in RegisterArkJSfunctionFuzzTest() local
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_js_result_callback_impl.cpp | 48 bool ArkWebJsResultCallbackImpl::HasJavaScriptObjectMethods(int32_t object_id, const ArkWebString& method_name) in HasJavaScriptObjectMethods() argument 53 ArkWebValue ArkWebJsResultCallbackImpl::GetJavaScriptObjectMethods(int32_t object_id) in GetJavaScriptObjectMethods() argument 60 void ArkWebJsResultCallbackImpl::RemoveJavaScriptObjectHolder(int32_t holder, int32_t object_id) in RemoveJavaScriptObjectHolder() argument 29 GetJavaScriptResult(ArkWebValueVector args, const ArkWebString& method, const ArkWebString& object_name, int32_t routing_id, int32_t object_id) GetJavaScriptResult() argument 38 GetJavaScriptResultFlowbuf(ArkWebValueVector args, const ArkWebString& method, const ArkWebString& object_name, int fd, int32_t routing_id, int32_t object_id) GetJavaScriptResultFlowbuf() argument [all...] |
H A D | ark_web_nweb_wrapper.cpp | 362 RegisterArkJSfunction( const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_id) RegisterArkJSfunction() argument 1094 RegisterArkJSfunction(const std::string& object_name, const std::vector<std::string>& method_list, const std::vector<std::string>& async_method_list, const int32_t object_id) RegisterArkJSfunction() argument 1283 RegisterArkJSfunction(const std::string& object_name, const std::vector<std::string>& method_list, const std::vector<std::string>& async_method_list, const int32_t object_id, const std::string& permission) RegisterArkJSfunction() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_js_result_callback_wrapper.cpp | 63 bool ArkWebJsResultCallbackWrapper::HasJavaScriptObjectMethods(int32_t object_id, const std::string& method_name) in HasJavaScriptObjectMethods() argument 73 std::shared_ptr<OHOS::NWeb::NWebValue> ArkWebJsResultCallbackWrapper::GetJavaScriptObjectMethods(int32_t object_id) in GetJavaScriptObjectMethods() argument 79 void ArkWebJsResultCallbackWrapper::RemoveJavaScriptObjectHolder(int32_t holder, int32_t object_id) in RemoveJavaScriptObjectHolder() argument 29 GetJavaScriptResult( std::vector<std::shared_ptr<OHOS::NWeb::NWebValue>> args, const std::string& method, const std::string& object_name, int32_t routing_id, int32_t object_id) GetJavaScriptResult() argument 46 GetJavaScriptResultFlowbuf( std::vector<std::shared_ptr<OHOS::NWeb::NWebValue>> args, const std::string& method, const std::string& object_name, int fd, int32_t routing_id, int32_t object_id) GetJavaScriptResultFlowbuf() argument [all...] |
H A D | ark_web_nweb_impl.cpp | 331 ArkWebStringStructToClass(object_name), ArkWebStringVectorStructToClass(method_list), object_id); in RegisterArkJSfunction() local 965 ArkWebStringVectorStructToClass(method_list), ArkWebStringVectorStructToClass(async_method_list), object_id); in RegisterArkJSfunction() local 1110 ArkWebStringVectorStructToClass(method_list), ArkWebStringVectorStructToClass(async_method_list), object_id, in RegisterArkJSfunction() local 327 RegisterArkJSfunction( const ArkWebString& object_name, const ArkWebStringVector& method_list, const int32_t object_id) RegisterArkJSfunction() argument 961 RegisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list, const ArkWebStringVector& async_method_list, const int32_t object_id) RegisterArkJSfunction() argument 1106 RegisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list, const ArkWebStringVector& async_method_list, const int32_t object_id, const ArkWebString& permission) RegisterArkJSfunction() argument
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1464 RegisterArkJSfunction(const std::string& object_name, const std::vector<std::string>& method_list, const std::vector<std::string>& async_method_list, const int32_t object_id, const std::string& permission) RegisterArkJSfunction() argument
|