context_constant.h

概述

声明上下文相关的枚举。

:libability_runtime.so

系统能力:SystemCapability.Ability.AbilityRuntime.Core

起始版本:13

相关模块AbilityRuntime

汇总

文件

名称 描述
context_constant.h 声明上下文相关的枚举。
引用文件:<AbilityKit/ability_runtime/context_constant.h>
:libability_runtime.so

枚举

名称 描述
AbilityRuntime_AreaMode {
ABILITY_RUNTIME_AREA_MODE_EL1 = 0,
ABILITY_RUNTIME_AREA_MODE_EL2 = 1,
ABILITY_RUNTIME_AREA_MODE_EL3 = 2,
ABILITY_RUNTIME_AREA_MODE_EL4 = 3,
ABILITY_RUNTIME_AREA_MODE_EL5 = 4
}
定义数据加密等级。