Home
last modified time | relevance | path

Searched defs:htmlText (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dpasteboard_ffi.h34 char *htmlText; member
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dtlv_object_test.cpp47 auto htmlText = std::make_shared<std::string>("<span>hello" + indexStr + "</span>"); in GenRecord() local
H A Dpasteboard_client_test.cpp109 std::string htmlText = "<div class='disable'>helloWorld</div>"; in HWTEST_F() local
H A Dpaste_data_test.cpp343 std::string htmlText = "<div class='disabled'>" + res + "</div>"; in HWTEST_F() local
376 std::string htmlText = "<div class='disabled item tip user-programs'>"; in HWTEST_F() local
H A Dpasteboard_client_udmf_delay_test.cpp472 auto htmlText = pasteRecord->GetHtmlText(); in HWTEST_F() local
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp248 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(str); in FuzzPastedataRecord() local
288 std::shared_ptr<std::string> htmlText = std::make_shared<std::string>(str); in FuzzPastedataRecord002() local
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H A Dclipboard_impl.cpp462 auto htmlText = pasteDataRecord->GetHtmlText(); in ProcessPasteDataRecord() local
644 auto htmlText = pasteDataRecord->GetHtmlText(); in ProcessSpanStringData() local
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp244 std::string htmlText = "<div class='disabled item tip user-programs'>"; in HWTEST_F() local
395 std::string htmlText = "<div class='item'><img data-ohos='clipboard' " in HWTEST_F() local
418 std::string htmlText = "<div class='item'><img data-ohos='clipboard' " in HWTEST_F() local
443 std::string htmlText = "<div class='item'><img " in HWTEST_F() local
467 std::string htmlText = "<div class='item'><img data-ohos='clipboard' " HWTEST_F() local
569 std::string htmlText = "<div class='disabled item tip user-programs'>"; HWTEST_F() local
595 std::string htmlText = "<div class='disabled item tip user-programs'>"; HWTEST_F() local
676 std::string htmlText = "<div class='disabled item tip user-programs'>"; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata_record.cpp257 auto htmlText = value_->GetHtmlText(); in JSFillInstance() local
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp100 std::shared_ptr<PasteDataRecord> PasteboardClient::CreateHtmlTextRecord(const std::string &htmlText) in CreateHtmlTextRecord() argument
143 std::shared_ptr<PasteData> PasteboardClient::CreateHtmlData(const std::string &htmlText) in CreateHtmlData() argument
H A Dpaste_data_record.cpp59 PasteDataRecord::Builder &PasteDataRecord::Builder::SetHtmlText(std::shared_ptr<std::string> htmlText) in SetHtmlText() argument
125 std::shared_ptr<PasteDataRecord> PasteDataRecord::NewHtmlRecord(const std::string &htmlText) in NewHtmlRecord() argument
203 PasteDataRecord::PasteDataRecord(std::string mimeType, std::shared_ptr<std::string> htmlText, in PasteDataRecord() argument

Completed in 13 milliseconds