Home
last modified time | relevance | path

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

/interface/sdk_c/distributeddatamgr/udmf/include/
H A Duds.h76 typedef struct OH_UdsAppItem OH_UdsAppItem; typedef
325 * @brief Creation a pointer to the instance of the {@link OH_UdsAppItem}.
327 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdsAppItem}
329 * @see OH_UdsAppItem
332 OH_UdsAppItem* OH_UdsAppItem_Create();
335 * @brief Destroy a pointer that points to the {@link OH_UdsAppItem} instance.
337 * @param pThis Represents a pointer to an instance of {@link OH_UdsAppItem}.
338 * @see OH_UdsAppItem
341 void OH_UdsAppItem_Destroy(OH_UdsAppItem* pThi
[all...]
H A Dudmf.h319 * @brief Add one {OH_UdsAppItem} data to the {@link OH_UdmfRecord} record.
322 * @param appItem Represents a pointer to an instance of {@link OH_UdsAppItem}.
326 * @see OH_UdmfRecord OH_UdsAppItem Udmf_ErrCode.
329 int OH_UdmfRecord_AddAppItem(OH_UdmfRecord* pThis, OH_UdsAppItem* appItem);
443 * @brief Get one {OH_UdsAppItem} data from the {@link OH_UdmfRecord} record.
446 * @param appItem Represents a pointer to an instance of {@link OH_UdsAppItem}.
451 * @see OH_UdmfRecord OH_UdsAppItem Udmf_ErrCode.
454 int OH_UdmfRecord_GetAppItem(OH_UdmfRecord* pThis, OH_UdsAppItem* appItem);

Completed in 2 milliseconds