Home
last modified time | relevance | path

Searched refs:GetPrimaryText (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.cpp54 std::shared_ptr<std::string> ArkPasteDataAdapterWrapper::GetPrimaryText() in GetPrimaryText() function in OHOS::ArkWeb::ArkPasteDataAdapterWrapper
57 ctocpp_->GetPrimaryText((void*)&result); in GetPrimaryText()
H A Dark_paste_data_adapter_wrapper.h37 std::shared_ptr<std::string> GetPrimaryText() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_adapter_impl.cpp49 void ArkPasteDataAdapterImpl::GetPrimaryText(void* data) in GetPrimaryText() function in OHOS::ArkWeb::ArkPasteDataAdapterImpl
51 std::shared_ptr<std::string> str = real_->GetPrimaryText(); in GetPrimaryText()
H A Dark_paste_data_adapter_impl.h37 void GetPrimaryText(void* data) override;
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/addhtmlrecord_fuzzer/
H A Daddhtmlrecord_fuzzer.cpp34 dataAdapterImpl->GetPrimaryText(); in AddHtmlRecordFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h171 virtual void GetPrimaryText(void* data) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h159 virtual std::shared_ptr<std::string> GetPrimaryText() = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h76 std::shared_ptr<std::string> GetPrimaryText() override;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp371 std::shared_ptr<std::string> PasteDataAdapterImpl::GetPrimaryText() in GetPrimaryText() function in OHOS::NWeb::PasteDataAdapterImpl
373 return (data_ != nullptr) ? data_->GetPrimaryText() : nullptr; in GetPrimaryText()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp460 * @tc.desc: Test the GetPrimaryText.
468 std::shared_ptr<std::string> primaryText = g_dataAdapter->GetPrimaryText(); in HWTEST_F()
486 std::shared_ptr<std::string> primary = g_dataAdapterNull->GetPrimaryText(); in HWTEST_F()

Completed in 5 milliseconds