Home
last modified time | relevance | path

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

/test/xts/acts/security/asset/asset_ndk/entry/src/main/cpp/
H A Dhello.cpp725 Asset_Attr attributesToUpdate[] = { in Asset_UpdateEasy() local
729 int32_t ret = OH_Asset_Update(query, sizeof(query) / sizeof(query[0]), attributesToUpdate, in Asset_UpdateEasy()
730 sizeof(attributesToUpdate) / sizeof(attributesToUpdate[0])); in Asset_UpdateEasy()
769 Asset_Attr attributesToUpdate[] = {{.tag = ASSET_TAG_SECRET, .value.blob = secret}, in Asset_UpdateLabel() local
772 int32_t ret = OH_Asset_Update(query, sizeof(query) / sizeof(query[0]), attributesToUpdate, in Asset_UpdateLabel()
773 sizeof(attributesToUpdate) / sizeof(attributesToUpdate[0])); in Asset_UpdateLabel()
779 static int32_t AssetUpdateInvalidArg(Asset_Attr *query, uint32_t queryCnt, Asset_Attr *attributesToUpdate, in AssetUpdateInvalidArg() argument
783 int32_t ret = OH_Asset_Update(query, queryCnt, attributesToUpdate, updateCn in AssetUpdateInvalidArg()
817 Asset_Attr attributesToUpdate[] = {}; Asset_UpdateError() local
[all...]

Completed in 3 milliseconds