| /foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
| D | pasteboard_pattern_test.cpp | 255 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
|
| D | paste_service_test.cpp | 243 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/ |
| D | multiType_record_impl.cpp | 34 void MultiTypeRecordImpl::SetHtmlText(const std::string& htmlText) in SetHtmlText()
|
| /foundation/distributeddatamgr/pasteboard/interfaces/cj/include/ |
| D | pasteboard_ffi.h | 33 char *htmlText; member
|
| /foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/ |
| D | pasteboard_capi_test.cpp | 470 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/ |
| D | paste_data_record.cpp | 54 …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
|
| D | pasteboard_client.cpp | 100 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/ |
| D | paste_data_record_test.cpp | 456 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
|
| D | pasteboard_client_test.cpp | 125 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
|
| D | paste_data_test.cpp | 156 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
|
| D | tlv_object_test.cpp | 47 auto htmlText = std::make_shared<std::string>("<span>hello" + indexStr + "</span>"); in GenRecord() local
|
| D | pasteboard_client_udmf_delay_test.cpp | 462 auto htmlText = pasteRecord->GetHtmlTextV0(); variable
|
| /foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/ |
| D | clipboard_impl.cpp | 257 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/ |
| D | pasteboardclient_fuzzer.cpp | 335 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/ |
| D | mock_clipboard.cpp | 100 void MultiTypeRecordImpl::SetHtmlText(const std::string& htmlText) {} in SetHtmlText()
|
| /foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
| D | napi_pastedata_record.cpp | 256 auto htmlText = value_->GetHtmlTextV0(); in JSFillInstance() local
|
| /foundation/arkui/ace_engine/adapter/ohos/capability/udmf/ |
| D | udmf_impl.cpp | 581 std::string htmlText; in GetHtmlEntry() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| D | text_pattern.cpp | 1013 std::string htmlText = HtmlUtils::ToHtml(spans); in AsyncHandleOnCopySpanStringHtml() local 1111 std::string htmlText = ""; in AsyncHandleOnCopyWithoutSpanStringHtml() local
|