Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h222 const char* OH_UdsHyperlink_GetUrl(OH_UdsHyperlink* pThis);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp234 * @tc.desc: Normal testcase of OH_UdsHyperlink_GetUrl
242 EXPECT_EQ("www.xxx.com", std::string(OH_UdsHyperlink_GetUrl(hyperlink))); in HWTEST_F()
246 EXPECT_EQ(nullptr, OH_UdsHyperlink_GetUrl(hyperlinkNullptr)); in HWTEST_F()
249 EXPECT_EQ(nullptr, OH_UdsHyperlink_GetUrl(hyperlinkNullptr)); in HWTEST_F()
287 EXPECT_EQ("www.xxx.com", std::string(OH_UdsHyperlink_GetUrl(hyperlink))); in HWTEST_F()
H A Dudmf_test.cpp890 const char *getUrl = OH_UdsHyperlink_GetUrl(hyperlink2); in HWTEST_F()
1208 const char *getUrl = OH_UdsHyperlink_GetUrl(getHyperLink); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/
H A Dpasteboard_capi_test.cpp552 const char *getUrl = OH_UdsHyperlink_GetUrl(getHyperLink); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp216 const char* OH_UdsHyperlink_GetUrl(OH_UdsHyperlink* pThis) in OH_UdsHyperlink_GetUrl() function

Completed in 9 milliseconds