Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp1113 auto textRecord = std::make_shared<PasteDataRecordAdapterImpl>(); variable
1114 EXPECT_NE(nullptr, textRecord);
1115 auto plainTextPtr = textRecord->GetPlainText();
1117 auto result = textRecord->SetPlainText(nullptr);
1119 result = textRecord->SetPlainText(plainText);
1121 plainTextPtr = textRecord->GetPlainText();
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_utils_test.cpp85 std::shared_ptr<UDMF::Text> textRecord = std::make_shared<UDMF::Text>(); in InitTextData() local
86 textRecord->SetDetails(details_); in InitTextData()
87 data.AddRecord(textRecord); in InitTextData()
H A Dpasteboard_unified_data_test.cpp83 std::shared_ptr<UDMF::Text> textRecord = std::make_shared<UDMF::Text>(); in InitTextData() local
84 textRecord->SetDetails(details_); in InitTextData()
85 data.AddRecord(textRecord); in InitTextData()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-nfcTag.md1124 let textRecord : tag.NdefRecord = tag.ndef.makeTextRecord("Hello World", "en");
1125 let ndefRecords : tag.NdefRecord[] = [uriRecord, textRecord];
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-pasteboard.md887 let textRecord: pasteboard.PasteDataRecord = pasteboard.createRecord(pasteboard.MIMETYPE_TEXT_PLAIN…
890 pasteData.addRecord(textRecord);
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-nfcTag.md1124 let textRecord : tag.NdefRecord = tag.ndef.makeTextRecord("Hello World", "en");
1125 let ndefRecords : tag.NdefRecord[] = [uriRecord, textRecord];
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-pasteboard.md885 let textRecord: pasteboard.PasteDataRecord = pasteboard.createRecord(pasteboard.MIMETYPE_TEXT_PLAIN…
888 pasteData.addRecord(textRecord);