Home
last modified time | relevance | path

Searched refs:SetSystemDefinedContent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data_record.h100 void SetSystemDefinedContent(const Details& contents);
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp300 pasteDataRecord.SetSystemDefinedContent(details); in FuzzPastedataRecord002()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp656 kvRecord->SetSystemDefinedContent(form->GetItems()); in Form2PasteRecord()
H A Dpaste_data_record.cpp601 void PasteDataRecord::SetSystemDefinedContent(const Details& contents) in SetSystemDefinedContent() function in OHOS::MiscServices::PasteDataRecord