1e41f4b71Sopenharmony_ci# context_constant.h 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci 4e41f4b71Sopenharmony_ci## 概述 5e41f4b71Sopenharmony_ci 6e41f4b71Sopenharmony_ci声明上下文相关的枚举。 7e41f4b71Sopenharmony_ci 8e41f4b71Sopenharmony_ci**库:** libability_runtime.so 9e41f4b71Sopenharmony_ci 10e41f4b71Sopenharmony_ci**系统能力:** SystemCapability.Ability.AbilityRuntime.Core 11e41f4b71Sopenharmony_ci 12e41f4b71Sopenharmony_ci**起始版本:** 13 13e41f4b71Sopenharmony_ci 14e41f4b71Sopenharmony_ci**相关模块:**[AbilityRuntime](_ability_runtime.md) 15e41f4b71Sopenharmony_ci 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ci## 汇总 18e41f4b71Sopenharmony_ci 19e41f4b71Sopenharmony_ci### 文件 20e41f4b71Sopenharmony_ci 21e41f4b71Sopenharmony_ci| 名称 | 描述 | 22e41f4b71Sopenharmony_ci| --------------------------------------------- | ------------------------------------------------------------ | 23e41f4b71Sopenharmony_ci| [context_constant.h](context__constant_8h.md) | 声明上下文相关的枚举。<br/>**引用文件**:<AbilityKit/ability_runtime/context_constant.h><br/>**库**:libability_runtime.so | 24e41f4b71Sopenharmony_ci 25e41f4b71Sopenharmony_ci 26e41f4b71Sopenharmony_ci### 枚举 27e41f4b71Sopenharmony_ci 28e41f4b71Sopenharmony_ci| 名称 | 描述 | 29e41f4b71Sopenharmony_ci| ------------------------------------------------------------ | ------------------ | 30e41f4b71Sopenharmony_ci| [AbilityRuntime_AreaMode](_ability_runtime.md#abilityruntime_areamode) {<br/> ABILITY_RUNTIME_AREA_MODE_EL1 = 0,<br/> ABILITY_RUNTIME_AREA_MODE_EL2 = 1,<br/> ABILITY_RUNTIME_AREA_MODE_EL3 = 2,<br/> ABILITY_RUNTIME_AREA_MODE_EL4 = 3,<br/> ABILITY_RUNTIME_AREA_MODE_EL5 = 4<br/>} | 定义数据加密等级。 | 31