Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/security/AssetStoreKit/
H A Dasset-native-update.md36 - **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 Dasset-js-update.md5 …, 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.md30 …\*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 Dasset__api_8h.md26 …\*query, uint32_t queryCnt, const [Asset_Attr](_asset___attr.md) \*attributesToUpdate, uint32_t up…
H A Djs-apis-asset.md279 update(query: AssetMap, attributesToUpdate: AssetMap): Promise\<void>
292 | attributesToUpdate | [AssetMap](#assetmap) | 是 | 待更新关键资产的属性集合,如关键资产明文、自定义数据等。 |
350 updateSync(query: AssetMap, attributesToUpdate: AssetMap): void
363 | attributesToUpdate | [AssetMap](#assetmap) | 是 | 待更新关键资产的属性集合,如关键资产明文、自定义数据等。 |
H A Djs-apis-asset-sys.md166 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 Dasset_api.c32 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 Dasset-native-update.md37 - 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 Dasset-js-update.md5attributesToUpdate: 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 Dasset_system_api.c42 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.md30 …\*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 Dasset__api_8h.md26 …\*query, uint32_t queryCnt, const [Asset_Attr](_asset___attr.md) \*attributesToUpdate, uint32_t up…
H A Djs-apis-asset-sys.md166 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 Djs-apis-asset.md279 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 Dasset_system_api.h67 const AssetAttr *attributesToUpdate, uint32_t updateCnt);
/ohos5.0/base/security/asset/interfaces/kits/c/inc/
H A Dasset_api.h128 const Asset_Attr *attributesToUpdate, uint32_t updateCnt);