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 D | pasteboard-time-lapse-copy-and-paste.md | 30 | 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 D | pasteboard_capi_test.cpp | 596 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 D | udmf_test.cpp | 410 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 D | native-unified-data-management-framework-guidelines.md | 53 | 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 D | udmf.h | 187 OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* pThis, unsigned int* count);
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | native-unified-data-management-framework-guidelines.md | 53 | 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 D | udmf_8h.md | 62 | [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.md | 228 | [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 D | udmf_8h.md | 60 | [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.md | 211 | [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 D | udmf.cpp | 234 OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* unifiedData, unsigned int* count) in OH_UdmfData_GetRecords() function
|