Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h320 int OH_UdsHtml_SetContent(OH_UdsHtml* pThis, const char* content);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp409 * @tc.desc: Normal testcase of OH_UdsHtml_SetContent
416 int result = OH_UdsHtml_SetContent(html, "htmlxxx"); in HWTEST_F()
420 result = OH_UdsHtml_SetContent(nullptr, "htmlxxx"); in HWTEST_F()
423 result = OH_UdsHtml_SetContent(html, nullptr); in HWTEST_F()
427 result = OH_UdsHtml_SetContent(html, "htmlxxx"); in HWTEST_F()
H A Dudmf_test.cpp961 OH_UdsHtml_SetContent(html1, content); in HWTEST_F()
1183 OH_UdsHtml_SetContent(html, htmlContent); in HWTEST_F()
1545 OH_UdsHtml_SetContent(html, "<p>Hello world</p>"); in HWTEST_F()
1585 OH_UdsHtml_SetContent(html, "<p>Hello world</p>"); in HWTEST_F()
1675 OH_UdsHtml_SetContent(html, helloWorld); in HWTEST_F()
1711 OH_UdsHtml_SetContent(html, helloWorld); in HWTEST_F()
1716 OH_UdsHtml_SetContent(html2, helloWorld2); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp278 int OH_UdsHtml_SetContent(OH_UdsHtml* pThis, const char* content) in OH_UdsHtml_SetContent() function
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dndk_data_conversion_test.cpp671 OH_UdsHtml_SetContent(htmlNdk, "htmlContent"); in HWTEST_F()

Completed in 10 milliseconds