Home
last modified time | relevance | path

Searched refs:CreateHtmlTextRecord (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpaste_data_record_impl.cpp111 value_ = PasteboardClient::GetInstance()->CreateHtmlTextRecord(value.stringValue); in CreateHtmlDataRecord()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_client.h53 std::shared_ptr<PasteDataRecord> CreateHtmlTextRecord(const std::string &text);
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp74 PasteboardClient::GetInstance()->CreateHtmlTextRecord(str); in FuzzPasteboardclient()
356 pasteDataRecord = PasteboardClient::GetInstance()->CreateHtmlTextRecord(str); in FuzzPasteboardclientcreateData()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_test.cpp284 auto record = PasteboardClient::GetInstance()->CreateHtmlTextRecord(htmlText);
318 auto record = PasteboardClient::GetInstance()->CreateHtmlTextRecord(htmlText);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp98 std::shared_ptr<PasteDataRecord> PasteboardClient::CreateHtmlTextRecord(const std::string &htmlText) in CreateHtmlTextRecord() function in OHOS::MiscServices::PasteboardClient
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata_record.cpp73 obj->value_ = PasteboardClient::GetInstance()->CreateHtmlTextRecord(text); in NewHtmlTextRecordInstance()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp243 auto record = PasteboardClient::GetInstance()->CreateHtmlTextRecord(htmlText);