Home
last modified time | relevance | path

Searched defs:htmlText (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getmimetype_fuzzer/
H A Dgetmimetype_fuzzer.cpp30 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in GetMimeTypeFuzzTest() local
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/seturi_fuzzer/
H A Dseturi_fuzzer.cpp30 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetUriFuzzTest() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_record_adapter_wrapper.cpp32 …const std::string& mimeType, std::shared_ptr<std::string> htmlText, std::shared_ptr<std::string> p… in NewRecord()
49 bool ArkPasteDataRecordAdapterWrapper::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/sethtmltext_fuzzer/
H A Dsethtmltext_fuzzer.cpp36 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(text); in SetHtmlTextFuzzTest() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_record_adapter_impl.cpp32 const ArkWebString& mimeType, void* htmlText, void* plainText) in NewRecord()
45 bool ArkPasteDataRecordAdapterImpl::SetHtmlText(void* htmlText) in SetHtmlText()
/ohos5.0/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp73 std::shared_ptr<std::string> htmlText, in PasteDataRecordAdapterImpl()
93 std::shared_ptr<std::string> htmlText, in NewRecord()
101 bool PasteDataRecordAdapterImpl::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()
107 std::shared_ptr<std::string> htmlText, std::shared_ptr<std::string> plainText) in SetHtmlText()
134 if (auto htmlText = record_->GetHtmlText(); htmlText && !htmlText->empty()) { in SetPlainText() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dpasteboard_ffi.h34 char* htmlText; member
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp242 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
393 std::string htmlText = variable
417 std::string htmlText = variable
443 std::string htmlText = variable
468 std::string htmlText = variable
571 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
597 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
678 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp251 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(str); in FuzzPastedataRecord() local
291 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(str); in FuzzPastedataRecord002() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dtlv_object_test.cpp54 auto htmlText = std::make_shared<std::string>("<span>hello" + indexStr + "</span>"); in GenRecord() local
H A Dpasteboard_client_test.cpp126 std::string htmlText = "<div class='disable'>helloWorld</div>"; variable
231 std::string htmlText = "<div class='disable'>helloWorld</div>"; variable
H A Dpaste_data_test.cpp283 std::string htmlText = "<div class='disabled'>" + res + "</div>"; variable
317 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
H A Dpasteboard_client_udmf_delay_test.cpp479 auto htmlText = pasteRecord->GetHtmlText(); variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H A Dclipboard_impl.cpp394 auto htmlText = pasteDataRecord->GetHtmlText(); in GetDataSync() local
462 auto htmlText = pasteDataRecord->GetHtmlText(); in ProcessPasteDataRecord() local
641 auto htmlText = pasteDataRecord->GetHtmlText(); in ProcessSpanStringData() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp68 …teDataRecord::Builder &PasteDataRecord::Builder::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()
135 std::shared_ptr<PasteDataRecord> PasteDataRecord::NewHtmlRecord(const std::string &htmlText) in NewHtmlRecord()
216 PasteDataRecord::PasteDataRecord(std::string mimeType, std::shared_ptr<std::string> htmlText, in PasteDataRecord()
H A Dpasteboard_client.cpp98 std::shared_ptr<PasteDataRecord> PasteboardClient::CreateHtmlTextRecord(const std::string &htmlText) in CreateHtmlTextRecord()
141 std::shared_ptr<PasteData> PasteboardClient::CreateHtmlData(const std::string &htmlText) in CreateHtmlData()
/ohos5.0/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp302 std::shared_ptr<std::string> htmlText = g_paster->GetHtmlText(); variable
689 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>("test"); variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/
H A Dpasteboard_capi_test.cpp457 OH_UdsHtml* htmlText = OH_UdsHtml_Create(); variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata_record.cpp264 auto htmlText = value_->GetHtmlText(); in JSFillInstance() local