Home
last modified time | relevance | path

Searched refs:OH_UdsHyperlink_GetDescription (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h232 const char* OH_UdsHyperlink_GetDescription(OH_UdsHyperlink* pThis);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp256 * @tc.desc: Normal testcase of OH_UdsHyperlink_GetDescription
264 EXPECT_EQ("do something", std::string(OH_UdsHyperlink_GetDescription(hyperlink))); in HWTEST_F()
268 EXPECT_EQ(nullptr, OH_UdsHyperlink_GetDescription(hyperlinkNullptr)); in HWTEST_F()
271 EXPECT_EQ(nullptr, OH_UdsHyperlink_GetDescription(hyperlinkNullptr)); in HWTEST_F()
313 EXPECT_EQ("doing something", std::string(OH_UdsHyperlink_GetDescription(hyperlink))); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp221 const char* OH_UdsHyperlink_GetDescription(OH_UdsHyperlink* pThis) in OH_UdsHyperlink_GetDescription() function

Completed in 4 milliseconds