Searched refs:method_name (Results 1 – 9 of 9) 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 | 48 …sResultCallbackImpl::HasJavaScriptObjectMethods(int32_t object_id, const ArkWebString& method_name) in HasJavaScriptObjectMethods() argument 50 …js_result_callback_->HasJavaScriptObjectMethods(object_id, ArkWebStringStructToClass(method_name)); in HasJavaScriptObjectMethods()
|
H A D | ark_web_js_result_callback_impl.h | 44 bool HasJavaScriptObjectMethods(int32_t object_id, const ArkWebString& method_name) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_js_result_callback_wrapper.cpp | 63 …esultCallbackWrapper::HasJavaScriptObjectMethods(int32_t object_id, const std::string& method_name) in HasJavaScriptObjectMethods() argument 65 ArkWebString stMethodName = ArkWebStringClassToStruct(method_name); in HasJavaScriptObjectMethods()
|
H A D | ark_web_js_result_callback_wrapper.h | 43 bool HasJavaScriptObjectMethods(int32_t object_id, const std::string& method_name) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_js_result_callback.h | 42 virtual bool HasJavaScriptObjectMethods(int32_t object_id, const ArkWebString& method_name) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_javascript_result_callback.h | 44 virtual bool HasJavaScriptObjectMethods(int32_t object_id, const std::string& method_name) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_javascript_result_callback.cpp | 200 …ScriptResultCallBack::HasJavaScriptObjectMethods(int32_t object_id, const std::string& method_name) in HasJavaScriptObjectMethods() argument 203 (void)method_name; in HasJavaScriptObjectMethods()
|
H A D | web_javascript_result_callback.h | 46 bool HasJavaScriptObjectMethods(int32_t object_id, const std::string& method_name) override;
|
/ohos5.0/build/test/example/ |
H A D | test_build_option.py | 1115 method_name = "get_{}_flags".format(para_type) 1116 if hasattr(self, method_name): 1117 method = self.__getattribute__(method_name)
|