Home
last modified time | relevance | path

Searched refs:NewPlaintTextRecord (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data_record.h58 static std::shared_ptr<PasteDataRecord> NewPlaintTextRecord(const std::string &text);
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp261 pasteDataRecord.NewPlaintTextRecord(str); in FuzzPastedataRecord()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data.cpp149 this->AddRecord(PasteDataRecord::NewPlaintTextRecord(text)); in AddTextRecord()
H A Dpasteboard_client.cpp113 return PasteDataRecord::NewPlaintTextRecord(text); in CreatePlainTextRecord()
H A Dpaste_data_record.cpp148 std::shared_ptr<PasteDataRecord> PasteDataRecord::NewPlaintTextRecord(const std::string &text) in NewPlaintTextRecord() function in OHOS::MiscServices::PasteDataRecord