Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h474 int OH_UdsAppItem_SetLabelId(OH_UdsAppItem* pThis, const char* appLabelId);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp706 * @tc.desc: Normal testcase of OH_UdsAppItem_SetLabelId
713 int result = OH_UdsAppItem_SetLabelId(appItem, "label"); in HWTEST_F()
717 result = OH_UdsAppItem_SetLabelId(nullptr, "label"); in HWTEST_F()
720 result = OH_UdsAppItem_SetLabelId(appItem, nullptr); in HWTEST_F()
724 result = OH_UdsAppItem_SetLabelId(appItem, "label"); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp378 int OH_UdsAppItem_SetLabelId(OH_UdsAppItem* pThis, const char* appLabelId) in OH_UdsAppItem_SetLabelId() function

Completed in 5 milliseconds