/base/web/webview/interfaces/native/ |
D | native_javascript_execute_callback.cpp | 20 void NativeJavaScriptExecuteCallback::OnReceiveValue(std::shared_ptr<NWebMessage> result) in OnReceiveValue() function in OHOS::NWeb::NativeJavaScriptExecuteCallback
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_store_web_archive_callback.h | 27 void OnReceiveValue(const std::string &result) override in OnReceiveValue() function
|
D | nweb_save_cookie_callback.h | 27 void OnReceiveValue(bool result) override in OnReceiveValue() function
|
D | nweb_precompile_callback.h | 27 void OnReceiveValue(std::shared_ptr<NWebMessage> value) override { in OnReceiveValue() function
|
/base/web/webview/ohos_glue/ohos_nweb/bridge/ |
D | ark_web_web_storage_origin_vector_value_callback_impl.cpp | 29 void ArkWebWebStorageOriginVectorValueCallbackImpl::OnReceiveValue(const ArkWebWebStorageOriginVect… in OnReceiveValue() function in OHOS::ArkWeb::ArkWebWebStorageOriginVectorValueCallbackImpl
|
D | ark_web_message_value_callback_impl.cpp | 27 void ArkWebMessageValueCallbackImpl::OnReceiveValue(const ArkWebMessage& value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebMessageValueCallbackImpl
|
D | ark_web_long_value_callback_impl.cpp | 27 void ArkWebLongValueCallbackImpl::OnReceiveValue(long value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebLongValueCallbackImpl
|
D | ark_web_string_value_callback_impl.cpp | 27 void ArkWebStringValueCallbackImpl::OnReceiveValue(const ArkWebString& value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebStringValueCallbackImpl
|
D | ark_web_bool_value_callback_impl.cpp | 27 void ArkWebBoolValueCallbackImpl::OnReceiveValue(bool value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebBoolValueCallbackImpl
|
D | ark_web_string_vector_value_callback_wrapper.cpp | 27 void ArkWebStringVectorValueCallbackWrapper::OnReceiveValue(const std::vector<std::string>& value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebStringVectorValueCallbackWrapper
|
/base/web/webview/ohos_glue/ohos_nweb/ctocpp/ |
D | ark_web_string_vector_value_callback_ctocpp.cpp | 23 void ArkWebStringVectorValueCallbackCToCpp::OnReceiveValue(const ArkWebStringVector& value) in OnReceiveValue() function in OHOS::ArkWeb::ArkWebStringVectorValueCallbackCToCpp
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_hasimage_callback.cpp | 26 void WebviewHasImageCallback::OnReceiveValue(bool result) in OnReceiveValue() function in OHOS::NWeb::WebviewHasImageCallback
|
D | webview_javascript_execute_callback.cpp | 67 void WebviewJavaScriptExecuteCallback::OnReceiveValue(std::shared_ptr<NWebMessage> result) in OnReceiveValue() function in OHOS::NWeb::WebviewJavaScriptExecuteCallback
|
D | napi_webview_controller.cpp | 2052 void NWebValueCallbackImpl::OnReceiveValue(std::shared_ptr<NWebMessage> result) in OnReceiveValue() function in OHOS::NWeb::NWebValueCallbackImpl
|
/base/web/webview/interfaces/kits/napi/webcookiemanager/ |
D | napi_web_cookie_manager.cpp | 806 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
|