/ohos5.0/docs/zh-cn/application-dev/security/AssetStoreKit/ |
H A D | asset-native-update.md | 36 - **attributesToUpdate的参数列表:** 75 Asset_Attr attributesToUpdate[] = { 80 int32_t ret = OH_Asset_Update(query, sizeof(query) / sizeof(query[0]), attributesToUpdate, 81 sizeof(attributesToUpdate) / sizeof(attributesToUpdate[0]));
|
H A D | asset-js-update.md | 5 …, attributesToUpdate: AssetMap)](../../reference/apis-asset-store-kit/js-apis-asset.md#assetupdate… 36 - **attributesToUpdate的参数列表:**
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-asset-store-kit/ |
H A D | _asset_api.md | 30 …\*query, uint32_t queryCnt, const [Asset_Attr](_asset___attr.md) \*attributesToUpdate, uint32_t up… 214 …e (const Asset_Attr * query, uint32_t queryCnt, const Asset_Attr * attributesToUpdate, uint32_t up… 227 | attributesToUpdate | 待更新关键资产的属性集合。 |
|
H A D | asset__api_8h.md | 26 …\*query, uint32_t queryCnt, const [Asset_Attr](_asset___attr.md) \*attributesToUpdate, uint32_t up…
|
H A D | js-apis-asset.md | 279 update(query: AssetMap, attributesToUpdate: AssetMap): Promise\<void> 292 | attributesToUpdate | [AssetMap](#assetmap) | 是 | 待更新关键资产的属性集合,如关键资产明文、自定义数据等。 | 350 updateSync(query: AssetMap, attributesToUpdate: AssetMap): void 363 | attributesToUpdate | [AssetMap](#assetmap) | 是 | 待更新关键资产的属性集合,如关键资产明文、自定义数据等。 |
|
H A D | js-apis-asset-sys.md | 166 updateAsUser(userId: number, query: AssetMap, attributesToUpdate: AssetMap): Promise\<void> 180 | attributesToUpdate | [AssetMap](js-apis-asset.md#assetmap) | 是 | 待更新关键资产的属性集合,如关键资产明文、自定义数据等。 …
|
/ohos5.0/base/security/asset/interfaces/kits/c/src/ |
H A D | asset_api.c | 32 const Asset_Attr *attributesToUpdate, uint32_t updateCnt) in OH_Asset_Update() argument 34 …return AssetUpdate((const AssetAttr *)query, queryCnt, (const AssetAttr *)attributesToUpdate, upda… in OH_Asset_Update()
|
/ohos5.0/docs/en/application-dev/security/AssetStoreKit/ |
H A D | asset-native-update.md | 37 - Attributes in **attributesToUpdate**: 75 Asset_Attr attributesToUpdate[] = { 80 int32_t ret = OH_Asset_Update(query, sizeof(query) / sizeof(query[0]), attributesToUpdate, 81 sizeof(attributesToUpdate) / sizeof(attributesToUpdate[0]));
|
H A D | asset-js-update.md | 5 …attributesToUpdate: AssetMap)](../../reference/apis-asset-store-kit/js-apis-asset.md#assetupdate),… 37 - Attributes of **AssetMap** in **attributesToUpdate**:
|
/ohos5.0/base/security/asset/frameworks/c/system_api/src/ |
H A D | asset_system_api.c | 42 const AssetAttr *attributesToUpdate, uint32_t updateCnt) in AssetUpdate() argument 44 return update_asset(query, queryCnt, attributesToUpdate, updateCnt); in AssetUpdate()
|
/ohos5.0/docs/en/application-dev/reference/apis-asset-store-kit/ |
H A D | _asset_api.md | 30 …\*query, uint32_t queryCnt, const [Asset_Attr](_asset___attr.md) \*attributesToUpdate, uint32_t up… 214 …e (const Asset_Attr * query, uint32_t queryCnt, const Asset_Attr * attributesToUpdate, uint32_t up… 227 | attributesToUpdate | New attributes of the asset. |
|
H A D | asset__api_8h.md | 26 …\*query, uint32_t queryCnt, const [Asset_Attr](_asset___attr.md) \*attributesToUpdate, uint32_t up…
|
H A D | js-apis-asset-sys.md | 166 updateAsUser(userId: number, query: AssetMap, attributesToUpdate: AssetMap): Promise\<void> 180 | attributesToUpdate | [AssetMap](js-apis-asset.md#assetmap) | Yes | New attributes of the asset, …
|
H A D | js-apis-asset.md | 279 update(query: AssetMap, attributesToUpdate: AssetMap): Promise\<void> 292 | attributesToUpdate | [AssetMap](#assetmap) | Yes | New attributes of the asset, such as the asse… 350 updateSync(query: AssetMap, attributesToUpdate: AssetMap): void 363 | attributesToUpdate | [AssetMap](#assetmap) | Yes | New attributes of the asset, such as the asse…
|
/ohos5.0/base/security/asset/interfaces/inner_kits/c/inc/ |
H A D | asset_system_api.h | 67 const AssetAttr *attributesToUpdate, uint32_t updateCnt);
|
/ohos5.0/base/security/asset/interfaces/kits/c/inc/ |
H A D | asset_api.h | 128 const Asset_Attr *attributesToUpdate, uint32_t updateCnt);
|