Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h245 int OH_UdsHyperlink_SetUrl(OH_UdsHyperlink* pThis, const char* url);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp278 * @tc.desc: Normal testcase of OH_UdsHyperlink_SetUrl
285 int result = OH_UdsHyperlink_SetUrl(hyperlink, "www.xxx.com"); in HWTEST_F()
289 result = OH_UdsHyperlink_SetUrl(nullptr, "www.xxx.com"); in HWTEST_F()
292 result = OH_UdsHyperlink_SetUrl(hyperlink, nullptr); in HWTEST_F()
296 result = OH_UdsHyperlink_SetUrl(hyperlink, "www.xxx.com"); in HWTEST_F()
H A Dudmf_test.cpp882 OH_UdsHyperlink_SetUrl(hyperlink1, url); in HWTEST_F()
1179 OH_UdsHyperlink_SetUrl(hyperlink, url); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/
H A Dpasteboard_capi_test.cpp158 OH_UdsHyperlink_SetUrl(link, HYPERLINK_URL); in GetDataCallback()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp226 int OH_UdsHyperlink_SetUrl(OH_UdsHyperlink* pThis, const char* url) in OH_UdsHyperlink_SetUrl() function

Completed in 8 milliseconds