Home
last modified time | relevance | path

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

/interface/sdk_c/distributeddatamgr/udmf/include/
H A Dudmf.h119 typedef struct OH_UdmfProperty OH_UdmfProperty; typedef
572 * @brief Creation a pointer to the instance of the {@link OH_UdmfProperty}
576 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdmfProperty}
578 * @see OH_UdmfData OH_UdmfProperty.
581 OH_UdmfProperty* OH_UdmfProperty_Create(OH_UdmfData* unifiedData);
584 * @brief Destroy a pointer that points to the {@link OH_UdmfProperty} instance.
586 * @param pThis Represents a pointer to an instance of {@link OH_UdmfProperty}.
587 * @see OH_UdmfProperty.
590 void OH_UdmfProperty_Destroy(OH_UdmfProperty* pThi
[all...]

Completed in 1 milliseconds