Home
last modified time | relevance | path

Searched refs:EL2 (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h66 static const std::string EL2 = "el2"; variable
80 {EL2, EL2_KEY},
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-backupextensioncontext.md43 this.context.area = contextConstant.AreaMode.EL2;
54 this.context.area = contextConstant.AreaMode.EL2;
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dapplication-context-stage.md223 - EL2:对于更敏感的文件,如个人隐私信息等,应用可以将这些文件放到更高级别的加密分区(EL2)中,以保证更高的安全性。
240 // 存储敏感信息前,切换到EL2用户级加密
241 this.context.area = contextConstant.AreaMode.EL2; // 切换area
279 if (this.context.area === contextConstant.AreaMode.EL2) { // 获取area
294 // 存储敏感信息前,切换到EL2用户级加密
296 this.context.area = contextConstant.AreaMode.EL2; // 修改area
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-backupextensioncontext.md43 this.context.area = contextConstant.AreaMode.EL2;
54 this.context.area = contextConstant.AreaMode.EL2;
/ohos5.0/docs/en/application-dev/database/
H A Dencrypted_estore_guidelines.md8 …ed in an [EL2](../reference/apis-ability-kit/js-apis-app-ability-contextConstant.md#areamode) data…
14 The following classes are encapsulated to implement the data operations and transfer between EL2 an…
16 - **Mover** class: provides APIs for moving data from an EL2 database to an EL5 database after the …
20 - **ECStoreManager** class: provides APIs for managing the EL2 and EL5 databases.
41 Use **Mover** to move data from an EL2 database to an EL5 database after the screen is unlocked.
228 Use the APIs provided by the **ECStoreManager** class to manage the EL2 and EL5 databases. Specific…
270 // Obtain an EL2 database when the screen is locked.
531 Use **Mover** to move data from an EL2 database to an EL5 database after the screen is unlocked.
704 Use the APIs provided by the **ECStoreManager** class to manage the EL2 and EL5 databases. Specific…
745 // Obtain an EL2 database when the screen is locked.
/ohos5.0/docs/en/application-dev/application-models/
H A Dapplication-context-stage.md225 - EL2: For sensitive files, such as personal privacy data, the application can place them in a dire…
242 // Before storing sensitive information, switch the encryption level to EL2.
243 this.context.area = contextConstant.AreaMode.EL2; // Change the encryption level.
281 if (this.context.area === contextConstant.AreaMode.EL2) { // Obtain the area.
296 // Before storing sensitive information, switch the encryption level to EL2.
298 this.context.area = contextConstant.AreaMode.EL2; // Modify the area.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A D_ability_runtime.md74 | ABILITY_RUNTIME_AREA_MODE_EL2 | 对于更敏感的文件,如个人隐私信息等,应用可以将这些文件放到更高级别的加密分区(EL2)中,以保证更高的安全性。 |
H A Djs-apis-app-ability-contextConstant.md26 | EL2 | 1 | 用户级加密区,设备开机,首次输入密码后才能够访问的数据区。<br/>**原子化服务API**:从API version 11开始,该接口支持在原子化服务中使用。 |
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Duser_manager.cpp129 err = DestroyDirsFromIdAndLevel(userId, EL2); in DestroyUserDirs()
378 err = PrepareDirsFromIdAndLevel(userId, EL2); in CheckCrypto()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/
H A Ddevices_info_interact.cpp59 .area = DistributedKv::Area::EL2, in Init()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h69 EL2, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-context.md156 …sult. If no shared directory exists, null is returned. Only the encryption level EL2 is supported.|
204 …sult. If no shared directory exists, null is returned. Only the encryption level EL2 is supported.|
H A D_ability_runtime.md74 … privacy data, the application can place them in a directory with the user-level encryption (EL2).|
H A Djs-apis-app-ability-contextConstant.md26 | EL2 | 1 | User-level encryption. Directories with this encryption level are accessible only after…
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h289 EL2, enumerator
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_data_storage_test.cpp74 gOptions.area = DistributedKv::EL2; in SetUp()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-ability.md69 |model有变化|类名:AreaMode;<br>方法or属性:EL2 = 1<br>旧版本信息:|类名:AreaMode;<br>方法or属性:EL2 = 1<br>新版本信息:StageMod…
/ohos5.0/base/request/request/services/src/task/
H A Drequest_task.rs671 const EL2: &str = "/data/storage/el2/base/"; in check_file_specs() const
677 …if !spec.is_user_file && !path.starts_with(EL1) && !path.starts_with(EL2) && !path.starts_with(EL5… in check_file_specs()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-ability.md60 | ohos.application.context | AreaMode | EL2 = 1 …
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp343 …std::string physicalPrefixEl2 = PHY_APP + EL2 + FILE_SEPARATOR_CHAR + std::to_string(userId) + BAS… in AddPathMapForPathWildCard()
421 … std::string physicalPrefix = PHY_APP + EL2 + FILE_SEPARATOR_CHAR + std::to_string(userId) + BASE + in RecognizeSandboxWildCard()
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202211/
H A Djs-apidiff-ability.md73 |model有变化|方法名 or 属性名:EL2<br>model:@stagemodelonly|方法名 or 属性名:EL2<br>model:@StageModelOnly|@ohos.app…
200 |model有变化|方法名 or 属性名:EL2<br>model:@stagemodelonly|方法名 or 属性名:EL2<br>model:@StageModelOnly|Context.d…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-ability.md69 …;<br>Method or attribute name: EL2 = 1<br>Old version information: |Class name: AreaMode;<br>Metho…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-ability.md60 | ohos.application.context | AreaMode | EL2 = 1 …
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-sendablePreferences.md8 共享用户首选项默认加密等级为EL2,持久化文件存储在对应的EL2路径下。设备开机后,若无锁屏密码,可直接访问;若有锁屏密码,此路径下的文件需要至少一次解锁对应用户的锁屏界面后(密码、指纹、人脸等方式…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202211/
H A Djs-apidiff-ability.md73 |Model changed|Method or attribute name: EL2<br>Model: @stagemodelonly|Method or attribute name: EL…
200 |Model changed|Method or attribute name: EL2<br>Model: @stagemodelonly|Method or attribute name: EL…

12