Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/basic-services/pasteboard/
H A Dpasteboard-time-lapse-copy-and-paste.md30 | OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* pThis, unsigned int* count) | 获取OH_UdmfData中全…
96 OH_UdmfRecord** getRecords = OH_UdmfData_GetRecords(getData, &count);
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/
H A Dpasteboard_capi_test.cpp596 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &count);
638 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &count);
684 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &getrecordCount);
847 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &getrecordCount);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp410 OH_UdmfRecord **records1 = OH_UdmfData_GetRecords(nullptr, &count1);
414 OH_UdmfRecord **records2 = OH_UdmfData_GetRecords(&data, &count1);
417 OH_UdmfRecord **records3 = OH_UdmfData_GetRecords(unifiedData, nullptr);
442 OH_UdmfRecord **records1 = OH_UdmfData_GetRecords(unifiedData, &count);
446 OH_UdmfRecord **records2 = OH_UdmfData_GetRecords(unifiedData, &count);
540 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
582 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &getRecordsCount);
1920 OH_UdmfRecord** records = OH_UdmfData_GetRecords(udmfData, &recordCount);
1968 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
/ohos5.0/docs/zh-cn/application-dev/database/
H A Dnative-unified-data-management-framework-guidelines.md53 | OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* pThis, unsigned int* count) | 获取OH_UdmfData中全…
189 OH_UdmfRecord** records = OH_UdmfData_GetRecords(readData, &recordsCount);
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Dudmf.h187 OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* pThis, unsigned int* count);
/ohos5.0/docs/en/application-dev/database/
H A Dnative-unified-data-management-framework-guidelines.md53 | OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* pThis, unsigned int* count) | Obtains all dat…
189 OH_UdmfRecord** records = OH_UdmfData_GetRecords(readData, &recordsCount);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Dudmf_8h.md62 | [OH_UdmfRecord](_u_d_m_f.md#oh_udmfrecord) \*\* [OH_UdmfData_GetRecords](_u_d_m_f.md#oh_udmfdata_…
H A D_u_d_m_f.md228 | [OH_UdmfRecord](#oh_udmfrecord) \*\* [OH_UdmfData_GetRecords](#oh_udmfdata_getrecords) ([OH_UdmfD…
3185 ### OH_UdmfData_GetRecords()
3188 OH_UdmfRecord** OH_UdmfData_GetRecords (OH_UdmfData* pThis, unsigned int* count )
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Dudmf_8h.md60 | [OH_UdmfRecord](_u_d_m_f.md#oh_udmfrecord) \*\* [OH_UdmfData_GetRecords](_u_d_m_f.md#oh_udmfdata_…
H A D_u_d_m_f.md211 | [OH_UdmfRecord](#oh_udmfrecord) \*\* [OH_UdmfData_GetRecords](#oh_udmfdata_getrecords) ([OH_UdmfD…
2680 ### OH_UdmfData_GetRecords()
2683 OH_UdmfRecord** OH_UdmfData_GetRecords (OH_UdmfData* pThis, unsigned int* count )
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp234 OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* unifiedData, unsigned int* count) in OH_UdmfData_GetRecords() function