Home
last modified time | relevance | path

Searched refs:OH_UdsHyperlink (Results 1 - 2 of 2) sorted by relevance

/interface/sdk_c/distributeddatamgr/udmf/include/
H A Duds.h62 typedef struct OH_UdsHyperlink OH_UdsHyperlink; typedef
175 * @brief Creation a pointer to the instance of the {@link OH_UdsHyperlink}.
177 * @return If the operation is successful, a pointer to the instance of {@link OH_UdsHyperlink}
179 * @see OH_UdsHyperlink
182 OH_UdsHyperlink* OH_UdsHyperlink_Create();
185 * @brief Destroy a pointer that points to the {@link OH_UdsHyperlink} instance.
187 * @param pThis Represents a pointer to an instance of {@link OH_UdsHyperlink}.
188 * @see OH_UdsHyperlink
191 void OH_UdsHyperlink_Destroy(OH_UdsHyperlink* pThi
[all...]
H A Dudmf.h293 * @brief Add one {OH_UdsHyperlink} data to the {@link OH_UdmfRecord} record.
296 * @param hyperlink Represents a pointer to an instance of {@link OH_UdsHyperlink}.
300 * @see OH_UdmfRecord OH_UdsHyperlink Udmf_ErrCode.
303 int OH_UdmfRecord_AddHyperlink(OH_UdmfRecord* pThis, OH_UdsHyperlink* hyperlink);
415 * @brief Get one {OH_UdsHyperlink} data from the {@link OH_UdmfRecord} record.
418 * @param hyperlink Represents a pointer to an instance of {@link OH_UdsHyperlink}.
423 * @see OH_UdmfRecord OH_UdsHyperlink Udmf_ErrCode.
426 int OH_UdmfRecord_GetHyperlink(OH_UdmfRecord* pThis, OH_UdsHyperlink* hyperlink);

Completed in 2 milliseconds