Home
last modified time | relevance | path

Searched defs:OnReceiveValue (Results 1 – 15 of 15) sorted by relevance

/base/web/webview/interfaces/native/
Dnative_javascript_execute_callback.cpp20 void NativeJavaScriptExecuteCallback::OnReceiveValue(std::shared_ptr<NWebMessage> result) in OnReceiveValue() function in OHOS::NWeb::NativeJavaScriptExecuteCallback
/base/web/webview/ohos_nweb/include/
Dnweb_store_web_archive_callback.h27 void OnReceiveValue(const std::string &result) override in OnReceiveValue() function
Dnweb_save_cookie_callback.h27 void OnReceiveValue(bool result) override in OnReceiveValue() function
Dnweb_precompile_callback.h27 void OnReceiveValue(std::shared_ptr<NWebMessage> value) override { in OnReceiveValue() function
/base/web/webview/ohos_glue/ohos_nweb/bridge/
Dark_web_web_storage_origin_vector_value_callback_impl.cpp29 void ArkWebWebStorageOriginVectorValueCallbackImpl::OnReceiveValue(const ArkWebWebStorageOriginVect… in OnReceiveValue() function in OHOS::ArkWeb::ArkWebWebStorageOriginVectorValueCallbackImpl
Dark_web_message_value_callback_impl.cpp27 void ArkWebMessageValueCallbackImpl::OnReceiveValue(const ArkWebMessage& value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebMessageValueCallbackImpl
Dark_web_long_value_callback_impl.cpp27 void ArkWebLongValueCallbackImpl::OnReceiveValue(long value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebLongValueCallbackImpl
Dark_web_string_value_callback_impl.cpp27 void ArkWebStringValueCallbackImpl::OnReceiveValue(const ArkWebString& value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebStringValueCallbackImpl
Dark_web_bool_value_callback_impl.cpp27 void ArkWebBoolValueCallbackImpl::OnReceiveValue(bool value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebBoolValueCallbackImpl
Dark_web_string_vector_value_callback_wrapper.cpp27 void ArkWebStringVectorValueCallbackWrapper::OnReceiveValue(const std::vector<std::string>& value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebStringVectorValueCallbackWrapper
/base/web/webview/ohos_glue/ohos_nweb/ctocpp/
Dark_web_string_vector_value_callback_ctocpp.cpp23 void ArkWebStringVectorValueCallbackCToCpp::OnReceiveValue(const ArkWebStringVector& value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebStringVectorValueCallbackCToCpp
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_hasimage_callback.cpp26 void WebviewHasImageCallback::OnReceiveValue(bool result) in OnReceiveValue() function in OHOS::NWeb::WebviewHasImageCallback
Dwebview_javascript_execute_callback.cpp67 void WebviewJavaScriptExecuteCallback::OnReceiveValue(std::shared_ptr<NWebMessage> result) in OnReceiveValue() function in OHOS::NWeb::WebviewJavaScriptExecuteCallback
Dnapi_webview_controller.cpp2052 void NWebValueCallbackImpl::OnReceiveValue(std::shared_ptr<NWebMessage> result) in OnReceiveValue() function in OHOS::NWeb::NWebValueCallbackImpl
/base/web/webview/interfaces/kits/napi/webcookiemanager/
Dnapi_web_cookie_manager.cpp806 void NWebSaveCookieCallbackImpl::OnReceiveValue(bool result) in OnReceiveValue() function in OHOS::NWeb::NWebSaveCookieCallbackImpl
902 void NWebFetchCookieCallbackImpl::OnReceiveValue(const std::string &result) in OnReceiveValue() function in OHOS::NWeb::NWebFetchCookieCallbackImpl
987 void NWebCookieCallbackImpl::OnReceiveValue(bool result) in OnReceiveValue() function in OHOS::NWeb::NWebCookieCallbackImpl
1081 void NWebConfigCookieCallbackImpl::OnReceiveValue(long result) in OnReceiveValue() function in OHOS::NWeb::NWebConfigCookieCallbackImpl