Searched defs:object_name (Results 1 - 5 of 5) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_js_result_callback_impl.cpp | 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
|
H A D | ark_web_nweb_wrapper.cpp | 1094 void ArkWebNWebWrapper::RegisterArkJSfunction(const std::string& object_name, in RegisterArkJSfunction() argument 1283 void ArkWebNWebWrapper::RegisterArkJSfunction(const std::string& object_name, in RegisterArkJSfunction() argument 362 RegisterArkJSfunction( const std::string& object_name, const std::vector<std::string>& method_list, const int32_t object_id) RegisterArkJSfunction() argument 374 UnregisterArkJSfunction( const std::string& object_name, const std::vector<std::string>& method_list) UnregisterArkJSfunction() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_js_result_callback_wrapper.cpp | 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
|
H A D | ark_web_nweb_impl.cpp | 334 void ArkWebNWebImpl::UnregisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list) in UnregisterArkJSfunction() argument 961 void ArkWebNWebImpl::RegisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list, in RegisterArkJSfunction() argument 1106 void ArkWebNWebImpl::RegisterArkJSfunction(const ArkWebString& object_name, const ArkWebStringVector& method_list, in RegisterArkJSfunction() argument 327 RegisterArkJSfunction( const ArkWebString& object_name, const ArkWebStringVector& method_list, const int32_t object_id) RegisterArkJSfunction() argument
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1464 virtual void RegisterArkJSfunction(const std::string& object_name, const std::vector<std::string>& method_list, in RegisterArkJSfunction() argument
|
Completed in 8 milliseconds