Home
last modified time | relevance | path

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

/interface/sdk_c/distributeddatamgr/udmf/include/
H A Duds.h55 typedef struct OH_UdsPlainText OH_UdsPlainText; typedef
100 * @brief Creation a pointer to the instance of the {@link OH_UdsPlainText}.
102 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdsPlainText}
104 * @see OH_UdsPlainText
107 OH_UdsPlainText* OH_UdsPlainText_Create();
110 * @brief Destroy a pointer that points to the {@link OH_UdsPlainText} instance.
112 * @param pThis Represents a pointer to an instance of {@link OH_UdsPlainText}.
113 * @see OH_UdsPlainText
116 void OH_UdsPlainText_Destroy(OH_UdsPlainText* pThi
[all...]
H A Dudmf.h280 * @brief Add one {OH_UdsPlainText} data to the {@link OH_UdmfRecord} record.
283 * @param plainText Represents a pointer to an instance of {@link OH_UdsPlainText}.
287 * @see OH_UdmfRecord OH_UdsPlainText Udmf_ErrCode.
290 int OH_UdmfRecord_AddPlainText(OH_UdmfRecord* pThis, OH_UdsPlainText* plainText);
401 * @brief Get one {OH_UdsPlainText} data from the {@link OH_UdmfRecord} record.
404 * @param plainText Represents a pointer to an instance of {@link OH_UdsPlainText}.
409 * @see OH_UdmfRecord OH_UdsPlainText Udmf_ErrCode.
412 int OH_UdmfRecord_GetPlainText(OH_UdmfRecord* pThis, OH_UdsPlainText* plainText);
513 * @brief Get primary {@link OH_UdsPlainText} data from the {@link OH_UdmfData}.
516 * @param plainText Represents a pointer to an instance of {@link OH_UdsPlainText}
[all...]

Completed in 2 milliseconds