Searched refs:OH_UdmfRecord (Results 1 - 5 of 5) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/ |
H A D | udmf.h | 105 typedef struct OH_UdmfRecord OH_UdmfRecord;
typedef 141 * @brief Add one {OH_UdmfRecord} record to the {@link OH_UdmfData} data.
144 * @param record Represents a pointer to an instance of {@link OH_UdmfRecord}.
151 int OH_UdmfData_AddRecord(OH_UdmfData* pThis, OH_UdmfRecord* record);
183 * @return Returns {@link OH_UdmfRecord} pointer array when input parameters valid, otherwise return nullptr.
184 * @see OH_UdmfData OH_UdmfRecord.
187 OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* pThis, unsigned int* count);
272 * @brief Get the count of {@link OH_UdmfRecord} in the {@link OH_UdmfData}.
275 * @return Returns the count of {@link OH_UdmfRecord}
[all...] |
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | udmf.cpp | 67 static void DestroyUnifiedRecordArray(OH_UdmfRecord**& records, unsigned int& count)
in DestroyUnifiedRecordArray() 108 static OH_UdmfRecord** CreateUnifiedDataRecordsArray(OH_UdmfData* unifiedData,
in CreateUnifiedDataRecordsArray() 115 OH_UdmfRecord** result = new (std::nothrow) OH_UdmfRecord* [size] { nullptr };
in CreateUnifiedDataRecordsArray() 120 result[i] = new (std::nothrow) OH_UdmfRecord;
in CreateUnifiedDataRecordsArray() 138 static bool IsUnifiedRecordValid(OH_UdmfRecord* record)
in IsUnifiedRecordValid() 181 int OH_UdmfData_AddRecord(OH_UdmfData* unifiedData, OH_UdmfRecord* record)
in OH_UdmfData_AddRecord() 214 char** OH_UdmfRecord_GetTypes(OH_UdmfRecord* record, unsigned int* count)
in OH_UdmfRecord_GetTypes() 234 OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* unifiedData, unsigned int* count)
in OH_UdmfData_GetRecords() 251 static int GetFirstPlainText(OH_UdmfRecord **record [all...] |
H A D | udmf_capi_common.h | 91 struct OH_UdmfRecord {
struct 107 OH_UdmfRecord **records{nullptr};
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | udmf_test.cpp | 211 OH_UdmfRecord *record = OH_UdmfRecord_Create();
in HWTEST_F() 224 OH_UdmfRecord unifiedRecord1;
in HWTEST_F() 239 OH_UdmfRecord *record = OH_UdmfRecord_Create();
in HWTEST_F() 284 OH_UdmfRecord *record = OH_UdmfRecord_Create();
in HWTEST_F() 335 OH_UdmfRecord *record = OH_UdmfRecord_Create();
in HWTEST_F() 339 OH_UdmfRecord *record1 = OH_UdmfRecord_Create();
in HWTEST_F() 366 OH_UdmfRecord *record = OH_UdmfRecord_Create();
in HWTEST_F() 374 OH_UdmfRecord recordCp;
in HWTEST_F() 389 OH_UdmfRecord *record = OH_UdmfRecord_Create();
in HWTEST_F() 417 OH_UdmfRecord **records in HWTEST_F() [all...] |
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/ |
H A D | pasteboard_capi_test.cpp | 362 OH_UdmfRecord* record = OH_UdmfRecord_Create(); in HWTEST_F() 389 OH_UdmfRecord* record = OH_UdmfRecord_Create(); in HWTEST_F() 418 OH_UdmfRecord* record = OH_UdmfRecord_Create(); in HWTEST_F() 458 OH_UdmfRecord *record = OH_UdmfRecord_Create(); in HWTEST_F() 484 OH_UdmfRecord* record = OH_UdmfRecord_Create(); in HWTEST_F() 500 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &count); in HWTEST_F() 526 OH_UdmfRecord* record = OH_UdmfRecord_Create(); in HWTEST_F() 543 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(getData, &count); in HWTEST_F() 573 OH_UdmfRecord *record = OH_UdmfRecord_Create(); in HWTEST_F() 589 OH_UdmfRecord **getRecord in HWTEST_F() [all...] |
Completed in 6 milliseconds