Home
last modified time | relevance | path

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

/interface/sdk_c/distributeddatamgr/udmf/include/
H A Duds.h90 typedef struct OH_UdsPixelMap OH_UdsPixelMap; typedef
567 * @brief Creation a pointer to the instance of the {@link OH_UdsPixelMap}.
569 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdsPixelMap}
571 * @see OH_UdsPixelMap
574 OH_UdsPixelMap* OH_UdsPixelMap_Create();
577 * @brief Destroy a pointer that points to the {@link OH_UdsPixelMap} instance.
579 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
580 * @see OH_UdsPixelMap
583 void OH_UdsPixelMap_Destroy(OH_UdsPixelMap* pThi
[all...]
H A Dudmf.h345 * @brief Add one {OH_UdsPixelMap} data to the {@link OH_UdmfRecord} record.
348 * @param pixelMap Represents a pointer to an instance of {@link OH_UdsPixelMap}.
352 * @see OH_UdmfRecord OH_UdsPixelMap Udmf_ErrCode.
355 int OH_UdmfRecord_AddPixelMap(OH_UdmfRecord* pThis, OH_UdsPixelMap* pixelMap);
486 * @brief Get one {OH_UdsPixelMap} data from the {@link OH_UdmfRecord} record.
489 * @param pixelMap Represents a pointer to an instance of {@link OH_UdsPixelMap}.
493 * @see OH_UdmfRecord OH_UdsPixelMap Udmf_ErrCode.
496 int OH_UdmfRecord_GetPixelMap(OH_UdmfRecord* pThis, OH_UdsPixelMap* pixelMap);

Completed in 2 milliseconds