Searched refs:getRecords (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/distributeddatamgr/Pasteboardnapitest/entry/src/main/cpp/ |
H A D | napi_init.cpp | 454 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &count);
in OH_Pasteboard_GetData0100() local 458 OH_UdmfRecord_GetPlainText(getRecords[0], getPlainText);
in OH_Pasteboard_GetData0100() 496 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &count);
in OH_Pasteboard_GetData0200() local 500 OH_UdmfRecord_GetPlainText(getRecords[0], getPlainText);
in OH_Pasteboard_GetData0200() 505 OH_UdmfRecord_GetHyperlink(getRecords[0], getHyperLink);
in OH_Pasteboard_GetData0200() 540 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &getrecordCount);
in OH_Pasteboard_GetData0300() local 545 int getRes = OH_UdmfRecord_GetGeneralEntry(getRecords[0], typeId, &getEntry, &getCount);
in OH_Pasteboard_GetData0300()
|
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/ |
H A D | udmf_ndk_test.cpp | 155 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
in OH_Udmf_SetAndGetUnifiedData001() local 159 OH_UdmfRecord_GetPlainText(getRecords[0], getPlainText);
in OH_Udmf_SetAndGetUnifiedData001() 194 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
in OH_Udmf_SetAndGetUnifiedData002() local 198 OH_UdmfRecord_GetPlainText(getRecords[0], getPlainText);
in OH_Udmf_SetAndGetUnifiedData002()
|
Completed in 3 milliseconds