Home
last modified time | relevance | path

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

/interface/sdk_c/distributeddatamgr/udmf/include/
H A Dutd.h53 typedef struct OH_Utd OH_Utd; typedef
56 * @brief Prouct a pointer to the instance of the {@link OH_Utd}.
59 * @return If the operation is successful, a pointer to the instance of the {@link OH_Utd}
62 * @see OH_Utd.
65 OH_Utd* OH_Utd_Create(const char* typeId);
68 * @brief Destroy a pointer that points to the {@link OH_Utd} instance.
70 * @param pThis Represents a pointer to an instance of {@link OH_Utd}.
71 * @see OH_Utd.
74 void OH_Utd_Destroy(OH_Utd* pThi
[all...]

Completed in 1 milliseconds