Home
last modified time | relevance | path

Searched refs:OH_UdsContentForm (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h94 typedef struct OH_UdsContentForm OH_UdsContentForm; typedef
680 * @brief Creation a pointer to the instance of the {@link OH_UdsContentForm}.
682 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdsContentForm}
684 * @see OH_UdsContentForm
687 OH_UdsContentForm* OH_UdsContentForm_Create();
690 * @brief Destroy a pointer that points to the {@link OH_UdsContentForm} instance.
692 * @param pThis Represents a pointer to an instance of {@link OH_UdsContentForm}.
693 * @see OH_UdsContentForm
696 void OH_UdsContentForm_Destroy(OH_UdsContentForm* pThi
[all...]
H A Dudmf.h430 * @brief Add one {@link OH_UdsContentForm} data to the {@link OH_UdmfRecord} record.
433 * @param contentForm Represents a pointer to an instance of {@link OH_UdsContentForm}.
437 * @see OH_UdmfRecord OH_UdsContentForm Udmf_ErrCode.
440 int OH_UdmfRecord_AddContentForm(OH_UdmfRecord* pThis, OH_UdsContentForm* contentForm);
563 * @brief Get one {@link OH_UdsContentForm} data from the {@link OH_UdmfRecord} record.
566 * @param contentForm Represents a pointer to an instance of {@link OH_UdsContentForm}.
570 * @see OH_UdmfRecord OH_UdsContentForm Udmf_ErrCode.
573 int OH_UdmfRecord_GetContentForm(OH_UdmfRecord* pThis, OH_UdsContentForm* contentForm);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp106 OH_UdsContentForm::OH_UdsContentForm() : UdsObject(NdkStructId::UDS_CONTENT_FORM_STRUCT_ID) {} in OH_UdsContentForm() function in OH_UdsContentForm
549 OH_UdsContentForm* OH_UdsContentForm_Create() in OH_UdsContentForm_Create()
551 auto contentForm = new (std::nothrow) OH_UdsContentForm(); in OH_UdsContentForm_Create()
569 void OH_UdsContentForm_Destroy(OH_UdsContentForm* pThis) in OH_UdsContentForm_Destroy()
576 const char* OH_UdsContentForm_GetType(OH_UdsContentForm* pThis) in OH_UdsContentForm_GetType()
581 int OH_UdsContentForm_GetThumbData(OH_UdsContentForm* pThis, unsigned char** thumbData, unsigned int* len) in OH_UdsContentForm_GetThumbData()
589 const char* OH_UdsContentForm_GetDescription(OH_UdsContentForm* pThis) in OH_UdsContentForm_GetDescription()
594 const char* OH_UdsContentForm_GetTitle(OH_UdsContentForm* pThis) in OH_UdsContentForm_GetTitle()
599 int OH_UdsContentForm_GetAppIcon(OH_UdsContentForm* pThi
[all...]
H A Dudmf_capi_common.h87 struct OH_UdsContentForm : public UdsObject { struct
88 OH_UdsContentForm();
H A Dudmf.cpp630 int OH_UdmfRecord_AddContentForm(OH_UdmfRecord* record, OH_UdsContentForm* contentForm) in OH_UdmfRecord_AddContentForm()
711 int OH_UdmfRecord_GetContentForm(OH_UdmfRecord* record, OH_UdsContentForm* contentForm) in OH_UdmfRecord_GetContentForm()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp2362 OH_UdsContentForm *contentForm = OH_UdsContentForm_Create(); in HWTEST_F()
2380 OH_UdsContentForm *getContentForm = OH_UdsContentForm_Create(); in HWTEST_F()

Completed in 11 milliseconds