Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Duds.h435 int OH_UdsAppItem_SetId(OH_UdsAppItem* pThis, const char* appId);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp628 * @tc.desc: Normal testcase of OH_UdsAppItem_SetId
635 int result = OH_UdsAppItem_SetId(appItem, "com.xxx"); in HWTEST_F()
639 result = OH_UdsAppItem_SetId(nullptr, "com.xxx"); in HWTEST_F()
642 result = OH_UdsAppItem_SetId(appItem, nullptr); in HWTEST_F()
646 result = OH_UdsAppItem_SetId(appItem, "com.xxx"); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp354 int OH_UdsAppItem_SetId(OH_UdsAppItem* pThis, const char* appId) in OH_UdsAppItem_SetId() function

Completed in 4 milliseconds