Home
last modified time | relevance | path

Searched refs:GetPrimaryHtml (Results 1 - 10 of 10) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_adapter_wrapper.cpp47 std::shared_ptr<std::string> ArkPasteDataAdapterWrapper::GetPrimaryHtml() in GetPrimaryHtml() function in OHOS::ArkWeb::ArkPasteDataAdapterWrapper
50 ctocpp_->GetPrimaryHtml((void*)&result); in GetPrimaryHtml()
H A Dark_paste_data_adapter_wrapper.h35 std::shared_ptr<std::string> GetPrimaryHtml() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_adapter_impl.cpp42 void ArkPasteDataAdapterImpl::GetPrimaryHtml(void* data) in GetPrimaryHtml() function in OHOS::ArkWeb::ArkPasteDataAdapterImpl
44 std::shared_ptr<std::string> str = real_->GetPrimaryHtml(); in GetPrimaryHtml()
H A Dark_paste_data_adapter_impl.h35 void GetPrimaryHtml(void* data) override;
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/addhtmlrecord_fuzzer/
H A Daddhtmlrecord_fuzzer.cpp33 dataAdapterImpl->GetPrimaryHtml(); in AddHtmlRecordFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h168 virtual void GetPrimaryHtml(void* data) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h157 virtual std::shared_ptr<std::string> GetPrimaryHtml() = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h75 std::shared_ptr<std::string> GetPrimaryHtml() override;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp366 std::shared_ptr<std::string> PasteDataAdapterImpl::GetPrimaryHtml() in GetPrimaryHtml() function in OHOS::NWeb::PasteDataAdapterImpl
368 return (data_ != nullptr) ? data_->GetPrimaryHtml() : nullptr; in GetPrimaryHtml()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp439 * @tc.desc: Test the GetPrimaryHtml.
446 std::shared_ptr<std::string> primaryHtml = g_dataAdapter->GetPrimaryHtml(); in HWTEST_F()
451 std::shared_ptr<std::string> primary = g_dataAdapterNull->GetPrimaryHtml(); in HWTEST_F()

Completed in 5 milliseconds