Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h297 const char* OH_UdsHtml_GetContent(OH_UdsHtml* pThis);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp365 * @tc.desc: Normal testcase of OH_UdsHtml_GetContent
373 EXPECT_EQ("htmlxxxxx", std::string(OH_UdsHtml_GetContent(html))); in HWTEST_F()
377 EXPECT_EQ(nullptr, OH_UdsHtml_GetContent(htmlNullptr)); in HWTEST_F()
380 EXPECT_EQ(nullptr, OH_UdsHtml_GetContent(htmlNullptr)); in HWTEST_F()
418 EXPECT_EQ("htmlxxx", std::string(OH_UdsHtml_GetContent(html))); in HWTEST_F()
H A Dudmf_test.cpp969 const char *getContent = OH_UdsHtml_GetContent(html2); in HWTEST_F()
1213 const char *getHtmlContent = OH_UdsHtml_GetContent(getHtml); in HWTEST_F()
1682 auto content = OH_UdsHtml_GetContent(htmlOutput); in HWTEST_F()
1727 auto content2 = OH_UdsHtml_GetContent(htmlOutput); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp268 const char* OH_UdsHtml_GetContent(OH_UdsHtml* pThis) in OH_UdsHtml_GetContent() function
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dndk_data_conversion_test.cpp643 EXPECT_EQ("htmlContent", std::string(OH_UdsHtml_GetContent(htmlNdk))); in HWTEST_F()

Completed in 10 milliseconds