Searched refs:REQUIRE_PASSWORD_SET (Results 1 – 18 of 18) sorted by relevance
/ohos5.0/base/security/asset/services/core_service/src/operations/ |
H A D | operation_pre_query.rs | 52 …let results = db.query_datas(&vec![column::ACCESSIBILITY, column::REQUIRE_PASSWORD_SET], db_data, … in query_key_attrs() 57 let require_password_set = results[0].get_bool_attr(&column::REQUIRE_PASSWORD_SET)?; in query_key_attrs()
|
H A D | common.rs | 42 (Tag::RequirePasswordSet, column::REQUIRE_PASSWORD_SET), 64 column::REQUIRE_PASSWORD_SET, 139 let require_password_set = attrs.get_bool_attr(&column::REQUIRE_PASSWORD_SET)?; in build_secret_key()
|
H A D | operation_add.rs | 93 db_data.entry(column::REQUIRE_PASSWORD_SET).or_insert(Value::Bool(bool::default())); in add_default_attrs()
|
/ohos5.0/base/security/asset/services/db_operator/src/ |
H A D | types.rs | 72 pub const REQUIRE_PASSWORD_SET: &str = "RequirePasswordSet"; const 131 …ColumnInfo { name: column::REQUIRE_PASSWORD_SET, data_type: DataType::Bool, is_primary_key: false,…
|
H A D | database.rs | 366 column::REQUIRE_PASSWORD_SET, in upgrade_key_alias() 380 let require_password_set = query_result.get_bool_attr(&column::REQUIRE_PASSWORD_SET)?; in upgrade_key_alias()
|
/ohos5.0/docs/zh-cn/application-dev/security/AssetStoreKit/ |
H A D | asset-js-query-auth.md | 25 …| REQUIRE_PASSWORD_SET | 类型为bool。 | 可选 | 是否… 53 …| REQUIRE_PASSWORD_SET | 类型为bool。 | 可选 | 是否…
|
H A D | asset-js-remove.md | 17 | REQUIRE_PASSWORD_SET | 类型为bool。 | 可选 | 是否仅…
|
H A D | asset-js-add.md | 18 | REQUIRE_PASSWORD_SET | 类型为bool。 | 可选 | 是否仅…
|
H A D | asset-js-update.md | 19 …| REQUIRE_PASSWORD_SET | 类型为bool。 | 可选 | 是否…
|
H A D | asset-js-query.md | 16 | REQUIRE_PASSWORD_SET | 类型为bool。 | 可选 | 是否仅…
|
/ohos5.0/docs/en/application-dev/security/AssetStoreKit/ |
H A D | asset-js-query-auth.md | 25 …| REQUIRE_PASSWORD_SET | Type: bool | No | Wh… 53 …| REQUIRE_PASSWORD_SET | Type: bool | No | Wh…
|
H A D | asset-js-remove.md | 17 | REQUIRE_PASSWORD_SET | Type: bool | No | Whe…
|
H A D | asset-js-add.md | 18 | REQUIRE_PASSWORD_SET | Type: bool | No | Whe…
|
H A D | asset-js-update.md | 19 …| REQUIRE_PASSWORD_SET | Type: bool | No | Wh…
|
H A D | asset-js-query.md | 16 | REQUIRE_PASSWORD_SET | Type: bool | No | Whe…
|
/ohos5.0/base/security/asset/services/db_operator/src/test/ |
H A D | test_database.rs | 39 (column::REQUIRE_PASSWORD_SET, Value::Bool(false)),
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-asset-store-kit/ |
H A D | js-apis-asset.md | 821 | REQUIRE_PASSWORD_SET | TagType.BOOL | 0x04 | 是否仅在设置了锁屏密码的情况下,可访问关键资产。<…
|
/ohos5.0/docs/en/application-dev/reference/apis-asset-store-kit/ |
H A D | js-apis-asset.md | 821 | REQUIRE_PASSWORD_SET | TagType.BOOL | 0x04 | Whether the asset is acce…
|