Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h66 typedef struct OH_UdsHtml OH_UdsHtml; typedef
261 * @brief Creation a pointer to the instance of the {@link OH_UdsHtml}.
263 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdsHtml}
265 * @see OH_UdsHtml
268 OH_UdsHtml* OH_UdsHtml_Create();
271 * @brief Destroy a pointer that points to the {@link OH_UdsHtml} instance.
273 * @param pThis Represents a pointer to an instance of {@link OH_UdsHtml}.
274 * @see OH_UdsHtml
277 void OH_UdsHtml_Destroy(OH_UdsHtml* pThi
[all...]
H A Dudmf.h259 * @brief Get one {@link OH_UdsHtml} data from the {@link OH_UdmfData}.
262 * @param html Represents a pointer to an instance of {@link OH_UdsHtml}.
266 * @see OH_UdmfData OH_UdsHtml Udmf_ErrCode.
269 int OH_UdmfData_GetPrimaryHtml(OH_UdmfData* data, OH_UdsHtml* html);
364 * @brief Add one {@link OH_UdsHtml} data to the {@link OH_UdmfRecord} record.
367 * @param html Represents a pointer to an instance of {@link OH_UdsHtml}.
371 * @see OH_UdmfRecord OH_UdsHtml Udmf_ErrCode.
374 int OH_UdmfRecord_AddHtml(OH_UdmfRecord* pThis, OH_UdsHtml* html);
497 * @brief Get one {@link OH_UdsHtml} data from the {@link OH_UdmfRecord} record.
500 * @param html Represents a pointer to an instance of {@link OH_UdsHtml}
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp96 OH_UdsHtml::OH_UdsHtml() : UdsObject(NdkStructId::UDS_HTML_STRUCT_ID) {} in OH_UdsHtml() function in OH_UdsHtml
242 OH_UdsHtml* OH_UdsHtml_Create() in OH_UdsHtml_Create()
244 OH_UdsHtml* html = new (std::nothrow) OH_UdsHtml(); in OH_UdsHtml_Create()
256 void OH_UdsHtml_Destroy(OH_UdsHtml* pThis) in OH_UdsHtml_Destroy()
263 const char* OH_UdsHtml_GetType(OH_UdsHtml* pThis) in OH_UdsHtml_GetType()
268 const char* OH_UdsHtml_GetContent(OH_UdsHtml* pThis) in OH_UdsHtml_GetContent()
273 const char* OH_UdsHtml_GetPlainContent(OH_UdsHtml* pThis) in OH_UdsHtml_GetPlainContent()
278 int OH_UdsHtml_SetContent(OH_UdsHtml* pThi
[all...]
H A Dudmf_capi_common.h72 struct OH_UdsHtml : public UdsObject { struct
73 OH_UdsHtml();
H A Dudmf.cpp270 static int GetFirstHtml(OH_UdmfRecord **records, unsigned int recordCount, OH_UdsHtml* html) in GetFirstHtml()
304 int OH_UdmfData_GetPrimaryHtml(OH_UdmfData* data, OH_UdsHtml* html) in OH_UdmfData_GetPrimaryHtml()
544 int OH_UdmfRecord_AddHtml(OH_UdmfRecord* record, OH_UdsHtml* html) in OH_UdmfRecord_AddHtml()
655 int OH_UdmfRecord_GetHtml(OH_UdmfRecord* record, OH_UdsHtml* html) in OH_UdmfRecord_GetHtml()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp917 OH_UdsHtml html; in HWTEST_F()
943 OH_UdsHtml html; in HWTEST_F()
959 OH_UdsHtml *html1 = OH_UdsHtml_Create(); in HWTEST_F()
965 OH_UdsHtml *html2 = OH_UdsHtml_Create(); in HWTEST_F()
1181 OH_UdsHtml* html = OH_UdsHtml_Create(); in HWTEST_F()
1211 OH_UdsHtml *getHtml = OH_UdsHtml_Create(); in HWTEST_F()
1544 OH_UdsHtml *html = OH_UdsHtml_Create(); in HWTEST_F()
1584 OH_UdsHtml *html = OH_UdsHtml_Create(); in HWTEST_F()
1638 OH_UdsHtml html; in HWTEST_F()
1642 OH_UdsHtml *html in HWTEST_F()
[all...]
H A Duds_test.cpp354 OH_UdsHtml* htmlNullptr = nullptr; in HWTEST_F()
357 htmlNullptr = new OH_UdsHtml; in HWTEST_F()
376 OH_UdsHtml* htmlNullptr = nullptr; in HWTEST_F()
379 htmlNullptr = new OH_UdsHtml; in HWTEST_F()
398 OH_UdsHtml* htmlNullptr = nullptr; in HWTEST_F()
401 htmlNullptr = new OH_UdsHtml; in HWTEST_F()

Completed in 9 milliseconds