Searched refs:OH_UdsHtml_SetContent (Results 1 - 5 of 5) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/ |
H A D | uds.h | 320 int OH_UdsHtml_SetContent(OH_UdsHtml* pThis, const char* content);
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | uds_test.cpp | 409 * @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 D | udmf_test.cpp | 961 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 D | uds.cpp | 278 int OH_UdsHtml_SetContent(OH_UdsHtml* pThis, const char* content)
in OH_UdsHtml_SetContent() function
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | ndk_data_conversion_test.cpp | 671 OH_UdsHtml_SetContent(htmlNdk, "htmlContent");
in HWTEST_F()
|
Completed in 10 milliseconds