Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_entry_test.cpp201 PasteDataEntry decodePasteEntry; variable
202 auto ret = decodePasteEntry.Unmarshalling(buffer);
205 ASSERT_EQ(decodePasteEntry.GetUtdId(), utdId);
207 auto value = decodePasteEntry.GetValue();
226 PasteDataEntry decodePasteEntry; variable
227 auto ret = decodePasteEntry.Unmarshalling(buffer);
229 ASSERT_EQ(decodePasteEntry.GetUtdId(), utdId);
247 PasteDataEntry decodePasteEntry; variable
248 auto ret = decodePasteEntry.Unmarshalling(buffer);
250 ASSERT_EQ(decodePasteEntry.GetUtdId(), utdId);
[all …]