/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getmimetype_fuzzer/ |
H A D | getmimetype_fuzzer.cpp | 30 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 D | seturi_fuzzer.cpp | 30 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 D | ark_paste_data_record_adapter_wrapper.cpp | 32 …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 D | sethtmltext_fuzzer.cpp | 36 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 D | ark_paste_data_record_adapter_impl.cpp | 32 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 D | pasteboard_client_adapter_impl.cpp | 73 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 D | pasteboard_ffi.h | 34 char* htmlText; member
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
H A D | paste_service_test.cpp | 242 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 D | pasteboardclient_fuzzer.cpp | 251 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 D | tlv_object_test.cpp | 54 auto htmlText = std::make_shared<std::string>("<span>hello" + indexStr + "</span>"); in GenRecord() local
|
H A D | pasteboard_client_test.cpp | 126 std::string htmlText = "<div class='disable'>helloWorld</div>"; variable 231 std::string htmlText = "<div class='disable'>helloWorld</div>"; variable
|
H A D | paste_data_test.cpp | 283 std::string htmlText = "<div class='disabled'>" + res + "</div>"; variable 317 std::string htmlText = "<div class='disabled item tip user-programs'>"; variable
|
H A D | pasteboard_client_udmf_delay_test.cpp | 479 auto htmlText = pasteRecord->GetHtmlText(); variable
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/ |
H A D | clipboard_impl.cpp | 394 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 D | paste_data_record.cpp | 68 …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 D | pasteboard_client.cpp | 98 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 D | pasteboard_client_adapter_test.cpp | 302 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 D | pasteboard_capi_test.cpp | 457 OH_UdsHtml* htmlText = OH_UdsHtml_Create(); variable
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_pastedata_record.cpp | 264 auto htmlText = value_->GetHtmlText(); in JSFillInstance() local
|