Home
last modified time | relevance | path

Searched refs:EL4 (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h68 static const std::string EL4 = "el4"; variable
82 {EL4, EL4_KEY},
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Duser_manager.cpp152 err = DestroyDirsFromIdAndLevel(userId, EL4); in DestroyUserDirs()
190 if (level != EL3 && level != EL4 && level != EL5) { in PrepareDirsFromIdAndLevel()
233 if (level != EL3 && level != EL4 && level != EL5) { in DestroyDirsFromIdAndLevel()
394 err = PrepareDirsFromIdAndLevel(userId, EL4); in CheckCrypto()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp64 if ((meta.area >= GeneralStore::EL4 && ScreenManager::GetInstance()->IsLocked()) || in GetStore()
155 (!isScreenLocked || it->second.GetArea() < GeneralStore::EL4) && in CloseStore()
190 … if ((isScreenLocked && it->second.GetArea() >= GeneralStore::EL4) || !it->second.Close()) { in CloseExcept()
220 …if ((!isScreenLocked || it->second.GetArea() < GeneralStore::EL4) && (isForce || it->second < curr… in GarbageCollect()
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dapplication-context-stage.md225 - EL4:对于用户安全信息相关的文件,锁屏时不需要读写文件、也不能创建文件,放在(EL4)的加密分区更合适。
248 // 存储敏感信息前,切换到EL4用户级加密
249 this.context.area = contextConstant.AreaMode.EL4; // 切换area
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A D_ability_runtime.md76 | ABILITY_RUNTIME_AREA_MODE_EL4 | 对于用户安全信息相关的文件,锁屏时不需要读写文件、也不能创建文件,放在(EL4)的加密分区更合适。 |
H A Djs-apis-app-ability-contextConstant.md28 | EL4<sup>11+<sup> | 3 | 用户级加密区,不同场景的文件权限如下:<br/>已打开文件:锁屏时,不可读写;解锁后,可读写。<br/>未打开文件:锁屏时,不可打开、不可读写;解锁…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h71 EL4, enumerator
/ohos5.0/docs/en/application-dev/application-models/
H A Dapplication-context-stage.md227EL4: For files that are related to user security information and do not need to be read, written, …
250 // Before storing sensitive information, switch the encryption level to EL4.
251 this.context.area = contextConstant.AreaMode.EL4; // Change the encryption level.
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h291 EL4 enumerator
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A D_ability_runtime.md76 … to be read, written, or created when the screen is locked, the application can place them in EL4.|
H A Djs-apis-app-ability-contextConstant.md28 | EL4<sup>11+<sup> | 3 | User-level encryption. The file permissions vary according to their scenar…
/ohos5.0/docs/zh-cn/application-dev/database/
H A Dencrypted_estore_guidelines.md6 …取和修改加密分区](../application-models/application-context-stage.md#获取和修改加密分区)EL1-EL4路径切换)路径下创建了一个E类数据库。在…
/ohos5.0/foundation/multimedia/image_framework/test/resource/image/images/
H A Dtest.raf Error!