Searched refs:IS_PERSISTENT (Results 1 – 21 of 21) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/security/AssetStoreKit/ |
H A D | asset-store-kit-overview.md | 46 …2. 应用卸载时,清除该应用存储在ASSET中的数据。[IS_PERSISTENT](../../reference/apis-asset-store-kit/js-apis-asset.md#t…
|
H A D | asset-js-query-auth.md | 29 …| IS_PERSISTENT | 类型为bool。 | 可选 | 在应… 56 …| IS_PERSISTENT | 类型为bool。 | 可选 | 在应…
|
H A D | asset-js-remove.md | 20 | IS_PERSISTENT | 类型为bool。 | 可选 | 在应用…
|
H A D | asset-js-add.md | 21 | IS_PERSISTENT | 类型为bool。 | 可选 | 在应用…
|
H A D | asset-js-update.md | 22 …| IS_PERSISTENT | 类型为bool。 | 可选 | 在应…
|
H A D | asset-js-query.md | 19 | IS_PERSISTENT | 类型为bool。 | 可选 | 在应用…
|
/ohos5.0/base/security/asset/services/db_operator/src/ |
H A D | types.rs | 68 pub const IS_PERSISTENT: &str = "IsPersistent"; const 129 …ColumnInfo { name: column::IS_PERSISTENT, data_type: DataType::Bool, is_primary_key: false, not_nu…
|
/ohos5.0/base/security/asset/services/core_service/src/operations/ |
H A D | common.rs | 41 (Tag::IsPersistent, column::IS_PERSISTENT), 66 column::IS_PERSISTENT,
|
H A D | operation_add.rs | 94 db_data.entry(column::IS_PERSISTENT).or_insert(Value::Bool(bool::default())); in add_default_attrs()
|
/ohos5.0/docs/en/application-dev/security/AssetStoreKit/ |
H A D | asset-store-kit-overview.md | 46 …lled, the asset data of the application will be deleted. However, if [IS_PERSISTENT](../../referen…
|
H A D | asset-js-query-auth.md | 29 …| IS_PERSISTENT | Type: bool | No | Wh… 56 …| IS_PERSISTENT | Type: bool | No | Wh…
|
H A D | asset-js-remove.md | 20 | IS_PERSISTENT | Type: bool | No | Whe…
|
H A D | asset-js-add.md | 21 | IS_PERSISTENT | Type: bool | No | Whe…
|
H A D | asset-js-update.md | 22 …| IS_PERSISTENT | Type: bool | No | Wh…
|
H A D | asset-js-query.md | 19 | IS_PERSISTENT | Type: bool | No | Whe…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-asset-store-kit/ |
H A D | js-apis-asset.md | 21 如果要设置[IS_PERSISTENT](#tag)属性,需要申请ohos.permission.STORE_PERSISTENT_DATA权限。 96 如果要设置[IS_PERSISTENT](#tag)属性,需要申请ohos.permission.STORE_PERSISTENT_DATA权限。 827 | IS_PERSISTENT | TagType.BOOL | 0x11 | 在应用卸载时是否需要保留关键资产。 |
|
H A D | js-apis-asset-sys.md | 22 如果要设置[IS_PERSISTENT](js-apis-asset.md#tag)属性,需要申请ohos.permission.STORE_PERSISTENT_DATA权限。
|
/ohos5.0/base/security/asset/services/db_operator/src/test/ |
H A D | test_database.rs | 37 (column::IS_PERSISTENT, Value::Bool(true)),
|
/ohos5.0/base/security/asset/services/core_service/src/common_event/ |
H A D | listener.rs | 114 delete_cond.insert(column::IS_PERSISTENT, Value::Bool(false)); in delete_on_package_removed()
|
/ohos5.0/docs/en/application-dev/reference/apis-asset-store-kit/ |
H A D | js-apis-asset.md | 21 To set [IS_PERSISTENT](#tag), the application must have the ohos.permission.STORE_PERSISTENT_DATA p… 96 To set [IS_PERSISTENT](#tag), the application must have the ohos.permission.STORE_PERSISTENT_DATA p… 827 | IS_PERSISTENT | TagType.BOOL | 0x11 | Whether to retain …
|
H A D | js-apis-asset-sys.md | 22 To set [IS_PERSISTENT](js-apis-asset.md#tag), the application must have the ohos.permission.STORE_P…
|