Searched refs:getRecords (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/ |
H A D | pasteboard_capi_test.cpp | 500 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &count); in HWTEST_F() local 503 OH_UdmfRecord_GetPlainText(getRecords[0], getPlainText); in HWTEST_F() 543 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &count); in HWTEST_F() local 546 OH_UdmfRecord_GetPlainText(getRecords[0], getPlainText); in HWTEST_F() 551 OH_UdmfRecord_GetHyperlink(getRecords[0], getHyperLink); in HWTEST_F() 589 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &getrecordCount); in HWTEST_F() local 594 int getRes = OH_UdmfRecord_GetGeneralEntry(getRecords[0], typeId, &getEntry, &getCount); in HWTEST_F()
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | udmf_test.cpp | 547 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
in HWTEST_F() local 550 OH_UdmfRecord_GetPlainText(getRecords[0], getPlainText);
in HWTEST_F() 589 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &getRecordsCount);
in HWTEST_F() local 591 EXPECT_NE(getRecords, nullptr);
in HWTEST_F() 2257 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
in HWTEST_F() local 2260 OH_UdmfRecord_GetFileUri(getRecords[0], getFileUri);
in HWTEST_F() 2297 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
in HWTEST_F() local 2300 OH_UdmfRecord_GetFileUri(getRecords[0], getFileUri);
in HWTEST_F() 2338 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
in HWTEST_F() local 2341 OH_UdmfRecord_GetFileUri(getRecords[ in HWTEST_F() 2378 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count); HWTEST_F() local [all...] |
Completed in 8 milliseconds