Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
Dpasteboard_pattern_test.cpp255 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
294 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
333 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
372 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
Dpaste_service_test.cpp243 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
394 std::string htmlText = "<div class='item'><img data-ohos='clipboard' " variable
417 std::string htmlText = "<div class='item'><img data-ohos='clipboard' " variable
442 std::string htmlText = "<div class='item'><img " variable
466 std::string htmlText = "<div class='item'><img data-ohos='clipboard' " variable
656 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
682 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
763 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
/foundation/arkui/ace_engine/adapter/preview/entrance/clipboard/
DmultiType_record_impl.cpp34 void MultiTypeRecordImpl::SetHtmlText(const std::string& htmlText) in SetHtmlText()
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
Dpasteboard_ffi.h33 char *htmlText; member
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/
Dpasteboard_capi_test.cpp470 OH_UdsHtml* htmlText = OH_UdsHtml_Create(); variable
508 OH_UdsHtml* htmlText = OH_UdsHtml_Create(); variable
574 OH_UdsHtml* htmlText = OH_UdsHtml_Create(); variable
614 OH_UdsHtml* htmlText = OH_UdsHtml_Create(); variable
1142 const char *htmlText = OH_UdsHtml_GetContent(uHtml); variable
1205 const char *htmlText = OH_UdsHtml_GetContent(uHtml); variable
1264 const char *htmlText = OH_UdsHtml_GetContent(uHtml); variable
1327 const char *htmlText = OH_UdsHtml_GetContent(uHtml); variable
1512 std::string htmlText = "<div><span>test</span><img src='./text.jpg'></div>"; variable
1837 OH_UdsHtml* htmlText = OH_UdsHtml_Create(); variable
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
Dpaste_data_record.cpp54 …teDataRecord::Builder &PasteDataRecord::Builder::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText()
162 std::shared_ptr<PasteDataRecord> PasteDataRecord::NewHtmlRecord(const std::string &htmlText) in NewHtmlRecord()
241 PasteDataRecord::PasteDataRecord(std::string mimeType, std::shared_ptr<std::string> htmlText, in PasteDataRecord()
280 auto htmlText = GetHtmlTextV0(); in GetHtmlText() local
448 auto htmlText = GetHtmlTextV0(); in ConvertToText() local
Dpasteboard_client.cpp100 std::shared_ptr<PasteDataRecord> PasteboardClient::CreateHtmlTextRecord(const std::string &htmlText) in CreateHtmlTextRecord()
143 std::shared_ptr<PasteData> PasteboardClient::CreateHtmlData(const std::string &htmlText) in CreateHtmlData()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
Dpaste_data_record_test.cpp456 auto htmlText = record->GetHtmlTextV0(); variable
471 auto htmlText = record->GetHtmlTextV0(); variable
486 auto htmlText = record->GetHtmlTextV0(); variable
499 auto htmlText = record.GetHtmlText(); variable
514 auto htmlText = record->GetHtmlText(); variable
Dpasteboard_client_test.cpp125 std::string htmlText = "<div class='disable'>helloWorld</div>"; variable
209 std::string htmlText = "<div class='disable'>helloWorld</div>"; variable
314 std::string htmlText = "<div class='disable'>helloWorld</div>"; variable
Dpaste_data_test.cpp156 auto htmlText = itRec->GetHtmlTextV0(); variable
275 std::string htmlText = "<div class='disabled'>" + res + "</div>"; variable
308 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
412 std::string htmlText = "<div class='disabled item tip'>"; variable
Dtlv_object_test.cpp47 auto htmlText = std::make_shared<std::string>("<span>hello" + indexStr + "</span>"); in GenRecord() local
Dpasteboard_client_udmf_delay_test.cpp462 auto htmlText = pasteRecord->GetHtmlTextV0(); variable
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
Dclipboard_impl.cpp257 void MultiTypeRecordImpl::SetHtmlText(const std::string& htmlText) in SetHtmlText()
404 auto htmlText = pasteDataRecord->GetHtmlText(); in GetDataSync() local
484 auto htmlText = pasteDataRecord->GetHtmlText(); in ProcessPasteDataRecord() local
662 auto htmlText = pasteDataRecord->GetHtmlText(); in ProcessSpanStringData() local
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
Dpasteboardclient_fuzzer.cpp335 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(str); in FuzzPastedataRecord() local
374 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(str); in FuzzPastedataRecord002() local
/foundation/arkui/ace_engine/test/mock/core/common/
Dmock_clipboard.cpp100 void MultiTypeRecordImpl::SetHtmlText(const std::string& htmlText) {} in SetHtmlText()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
Dnapi_pastedata_record.cpp256 auto htmlText = value_->GetHtmlTextV0(); in JSFillInstance() local
/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
Dudmf_impl.cpp581 std::string htmlText; in GetHtmlEntry() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_pattern.cpp1013 std::string htmlText = HtmlUtils::ToHtml(spans); in AsyncHandleOnCopySpanStringHtml() local
1111 std::string htmlText = ""; in AsyncHandleOnCopyWithoutSpanStringHtml() local