Searched refs:OH_UdmfRecord_AddGeneralEntry (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | udmf_test.cpp | 568 int setRes = OH_UdmfRecord_AddGeneralEntry(record, typeId, entry, count); 613 int addRes1 = OH_UdmfRecord_AddGeneralEntry(nullptr, nullptr, nullptr, 0); 617 int addRes2 = OH_UdmfRecord_AddGeneralEntry(&record1, nullptr, nullptr, 0); 621 int addRes3 = OH_UdmfRecord_AddGeneralEntry(record2, nullptr, nullptr, 0); 625 int addRes4 = OH_UdmfRecord_AddGeneralEntry(record2, typeId, nullptr, 0); 668 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId, entry, count); 684 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId, entry, count); 711 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId1, entry1, count1); 713 addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId2, entry2, count2);
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/ndk/data/ |
H A D | udmf.h | 334 int OH_UdmfRecord_AddGeneralEntry(OH_UdmfRecord* record, const char* typeId,
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | udmf.cpp | 428 int OH_UdmfRecord_AddGeneralEntry(OH_UdmfRecord* record, const char* typeId, in OH_UdmfRecord_AddGeneralEntry() function 637 return OH_UdmfRecord_AddGeneralEntry(record, type, entry, size); in OH_UdmfRecord_AddArrayBuffer()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | udmf_8h.md | 68 | int [OH_UdmfRecord_AddGeneralEntry](_u_d_m_f.md#oh_udmfrecord_addgeneralentry) ([OH_UdmfRecord](_…
|
H A D | _u_d_m_f.md | 234 | int [OH_UdmfRecord_AddGeneralEntry](#oh_udmfrecord_addgeneralentry) ([OH_UdmfRecord](#oh_udmfreco… 3711 ### OH_UdmfRecord_AddGeneralEntry() 3714 int OH_UdmfRecord_AddGeneralEntry (OH_UdmfRecord* pThis, const char* typeId, unsigned char* entry, …
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/ |
H A D | pasteboard_capi_test.cpp | 669 int addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId, entry, count);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | udmf_8h.md | 66 | int [OH_UdmfRecord_AddGeneralEntry](_u_d_m_f.md#oh_udmfrecord_addgeneralentry) ([OH_UdmfRecord](_…
|
H A D | _u_d_m_f.md | 217 | int [OH_UdmfRecord_AddGeneralEntry](#oh_udmfrecord_addgeneralentry) ([OH_UdmfRecord](#oh_udmfreco… 3234 ### OH_UdmfRecord_AddGeneralEntry() 3237 int OH_UdmfRecord_AddGeneralEntry (OH_UdmfRecord* pThis, const char* typeId, unsigned char* entry, …
|