Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_record_adapter_impl.h31 bool SetPlainText(void* plainText) override;
H A Dark_paste_data_record_adapter_impl.cpp51 bool ArkPasteDataRecordAdapterImpl::SetPlainText(void* plainText) in SetPlainText() function in OHOS::ArkWeb::ArkPasteDataRecordAdapterImpl
54 return real_->SetPlainText(*temp); in SetPlainText()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/setplaintext_fuzzer/
H A Dsetplaintext_fuzzer.cpp32 dataRecordAdapterImpl->SetPlainText(plainText); in SetPlainTextFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_record_adapter_wrapper.cpp54 bool ArkPasteDataRecordAdapterWrapper::SetPlainText(std::shared_ptr<std::string> plainText) in SetPlainText() function in OHOS::OHOS::ArkWeb::ArkPasteDataRecordAdapterWrapper
56 return ctocpp_->SetPlainText((void*)(&plainText)); in SetPlainText()
H A Dark_paste_data_record_adapter_wrapper.h31 bool SetPlainText(std::shared_ptr<std::string> plainText) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h125 virtual bool SetPlainText(void* plainText) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h124 virtual bool SetPlainText(std::shared_ptr<std::string> plainText) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h44 bool SetPlainText(std::shared_ptr<std::string> plainText) override;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp102 bool PasteDataRecordAdapterImpl::SetPlainText(std::shared_ptr<std::string> plainText) in SetPlainText() function in OHOS::NWeb::PasteDataRecordAdapterImpl
105 record_ = builder_->SetPlainText(plainText).Build(); in SetPlainText()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp702 * @tc.desc: Test the SetPlainText.
714 bool reset = g_datarecordnull->SetPlainText(plainText); in HWTEST_F()
716 reset = g_datarecord->SetPlainText(plainText); in HWTEST_F()

Completed in 5 milliseconds