Home
last modified time | relevance | path

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

/interface/sdk_c/distributeddatamgr/udmf/include/
H A Duds.h97 typedef struct OH_UdsArrayBuffer OH_UdsArrayBuffer; typedef
619 * @brief Creation a pointer to the instance of the {@link OH_UdsArrayBuffer}.
621 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdsArrayBuffer}
623 * @see OH_UdsArrayBuffer
626 OH_UdsArrayBuffer* OH_UdsArrayBuffer_Create();
629 * @brief Destroy a pointer that points to the {@link OH_UdsArrayBuffer} instance.
631 * @param buffer Represents a pointer to an instance of {@link OH_UdsArrayBuffer}.
635 * @see OH_UdsArrayBuffer Udmf_ErrCode
638 int OH_UdsArrayBuffer_Destroy(OH_UdsArrayBuffer* buffe
[all...]
H A Dudmf.h358 * @brief Add one {@link OH_UdsArrayBuffer} data to the {@link OH_UdmfRecord} record.
362 * @param buffer Represents a pointer to an instance of {@link OH_UdsArrayBuffer}.
366 * @see OH_UdmfRecord OH_UdsArrayBuffer Udmf_ErrCode.
369 int OH_UdmfRecord_AddArrayBuffer(OH_UdmfRecord* record, const char* type, OH_UdsArrayBuffer* buffer);
499 * @brief Get one {@link OH_UdsArrayBuffer} data from the {@link OH_UdmfRecord} record.
503 * @param buffer Represents a pointer to an instance of {@link OH_UdsArrayBuffer}.
507 * @see OH_UdmfRecord OH_UdsArrayBuffer Udmf_ErrCode.
510 int OH_UdmfRecord_GetArrayBuffer(OH_UdmfRecord* record, const char* type, OH_UdsArrayBuffer* buffer);

Completed in 2 milliseconds