Home
last modified time | relevance | path

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

/interface/sdk_c/distributeddatamgr/udmf/include/
H A Dudmf.h98 typedef struct OH_UdmfData OH_UdmfData; typedef
122 * @brief Creation a pointer to the instance of the {@link OH_UdmfData}.
124 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdmfData}
126 * @see OH_UdmfData.
129 OH_UdmfData* OH_UdmfData_Create();
132 * @brief Destroy a pointer that points to the {@link OH_UdmfData} instance.
134 * @param pThis Represents a pointer to an instance of {@link OH_UdmfData}.
135 * @see OH_UdmfData.
138 void OH_UdmfData_Destroy(OH_UdmfData* pThi
[all...]
/interface/sdk_c/distributeddatamgr/pasteboard/include/
H A Doh_pasteboard.h240 * @return Returns the pointer to the {@link OH_UdmfData} instance.
241 * @see OH_Pasteboard OH_UdmfData PASTEBOARD_ErrCode.
244 OH_UdmfData* OH_Pasteboard_GetData(OH_Pasteboard* pasteboard, int* status);
250 * @param data Pointer to the {@link OH_UdmfData} instance.
254 * @see OH_Pasteboard OH_UdmfData PASTEBOARD_ErrCode.
257 int OH_Pasteboard_SetData(OH_Pasteboard* pasteboard, OH_UdmfData* data);
/interface/sdk_c/arkui/ace_engine/native/
H A Ddrag_and_drop.h245 int32_t OH_ArkUI_DragEvent_SetData(ArkUI_DragEvent* event, OH_UdmfData* data);
251 * @param data Indicates the pointer to an <b>OH_UdmfData</b> object. The application needs to create a pointer
258 int32_t OH_ArkUI_DragEvent_GetUdmfData(ArkUI_DragEvent* event, OH_UdmfData *data);
726 int32_t OH_ArkUI_DragAction_SetData(ArkUI_DragAction* dragAction, OH_UdmfData* data);

Completed in 3 milliseconds