Home
last modified time | relevance | path

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

/interface/sdk_c/distributeddatamgr/udmf/include/
H A Dudmf.h105 typedef struct OH_UdmfRecord OH_UdmfRecord; typedef
141 * @brief Add one {OH_UdmfRecord} record to the {@link OH_UdmfData} data.
144 * @param record Represents a pointer to an instance of {@link OH_UdmfRecord}.
151 int OH_UdmfData_AddRecord(OH_UdmfData* pThis, OH_UdmfRecord* record);
183 * @return Returns {@link OH_UdmfRecord} pointer array when input parameters valid, otherwise return nullptr.
184 * @see OH_UdmfData OH_UdmfRecord.
187 OH_UdmfRecord** OH_UdmfData_GetRecords(OH_UdmfData* pThis, unsigned int* count);
246 * @brief Creation a pointer to the instance of the {@link OH_UdmfRecord}, it's relate with UDS data.
248 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdmfRecord}
[all...]

Completed in 1 milliseconds