Home
last modified time | relevance | path

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

/interface/sdk_c/distributeddatamgr/udmf/include/
H A Duds.h83 typedef struct OH_UdsFileUri OH_UdsFileUri; typedef
492 * @brief Creation a pointer to the instance of the {@link OH_UdsFileUri}.
494 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdsFileUri}
496 * @see OH_UdsFileUri
499 OH_UdsFileUri* OH_UdsFileUri_Create();
502 * @brief Destroy a pointer that points to the {@link OH_UdsFileUri} instance.
504 * @param pThis Represents a pointer to an instance of {@link OH_UdsFileUri}.
505 * @see OH_UdsFileUri
508 void OH_UdsFileUri_Destroy(OH_UdsFileUri* pThi
[all...]
H A Dudmf.h332 * @brief Add one {OH_UdsFileUri} data to the {@link OH_UdmfRecord} record.
335 * @param fileUri Represents a pointer to an instance of {@link OH_UdsFileUri}.
339 * @see OH_UdmfRecord OH_UdsFileUri Udmf_ErrCode.
342 int OH_UdmfRecord_AddFileUri(OH_UdmfRecord* pThis, OH_UdsFileUri* fileUri);
473 * @brief Get one {OH_UdsFileUri} data from the {@link OH_UdmfRecord} record.
476 * @param fileUri Represents a pointer to an instance of {@link OH_UdsFileUri}.
480 * @see OH_UdmfRecord OH_UdsFileUri Udmf_ErrCode.
483 int OH_UdmfRecord_GetFileUri(OH_UdmfRecord* pThis, OH_UdsFileUri* fileUri);

Completed in 2 milliseconds