Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h287 const char* OH_UdsHtml_GetType(OH_UdsHtml* pThis);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp344 * @tc.desc: Normal testcase of OH_UdsHtml_GetType
351 EXPECT_EQ(UDMF_META_HTML, std::string(OH_UdsHtml_GetType(html))); in HWTEST_F()
355 EXPECT_EQ(nullptr, OH_UdsHtml_GetType(htmlNullptr)); in HWTEST_F()
358 EXPECT_EQ(nullptr, OH_UdsHtml_GetType(htmlNullptr)); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp277 const char *type = OH_UdsHtml_GetType(html); in GetFirstHtml()
H A Duds.cpp263 const char* OH_UdsHtml_GetType(OH_UdsHtml* pThis) in OH_UdsHtml_GetType() function
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dndk_data_conversion_test.cpp642 EXPECT_EQ("general.html", std::string(OH_UdsHtml_GetType(htmlNdk))); in HWTEST_F()

Completed in 7 milliseconds