/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/ |
H A D | _hdf_pin_auth_v20.md | 47 | [ExecutorSecureLevel](#executorsecurelevel) : int { ESL0 = 0 , ESL1 = 1 , ESL2 = 2 , ESL3 = 3 } |… 108 | ESL1 | 执行器安全等级是ESL1。 |
|
H A D | _hdf_pin_auth_v10.md | 43 | [ExecutorSecureLevel](#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2… 124 | ESL1 | 执行器安全级别为1,关键操作在有访问控制的执行环境中完成。 |
|
H A D | _pin_auth_types_8idl_v20.md | 32 | [ExecutorSecureLevel](_hdf_pin_auth_v20.md#executorsecurelevel) : int { ESL0 = 0 , ESL1 = 1 , ESL…
|
H A D | _pin_auth_types_8idl_v10.md | 32 …f_pin_auth_v10.md#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3…
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/fingerauth/ |
H A D | _hdf_fingerprint_auth_v10.md | 43 | [ExecutorSecureLevel](#executorsecurelevel) : int { ESL0 = 0 , ESL1 = 1 , ESL2 = 2 , ESL3 = 3 } |… 127 | ESL1 | 表示执行器安全等级是1,关键操作在有访问控制的执行环境中完成。 |
|
H A D | _fingerprint_auth_types_8idl_v10.md | 32 | [ExecutorSecureLevel](_hdf_fingerprint_auth_v10.md#executorsecurelevel) : int { ESL0 = 0 , ESL1 =…
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/faceauth/ |
H A D | _hdf_face_auth_v10.md | 43 | [ExecutorSecureLevel](#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举… 127 | ESL1 | 执行器安全级别为1,关键操作在有访问控制的执行环境中完成。 |
|
H A D | _face_auth_types_8idl_v10.md | 32 | [ExecutorSecureLevel](_hdf_face_auth_v10.md#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2…
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/ |
H A D | _hdf_user_auth_v10.md | 48 | [ExecutorSecureLevel](#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举… 113 | ESL1 | 执行器安全级别为1,关键操作在有访问控制的执行环境中完成。 |
|
H A D | _hdf_user_auth_v12.md | 53 | [ExecutorSecureLevel](#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举… 118 | ESL1 | 执行器安全级别为1,关键操作在有访问控制的执行环境中完成。 |
|
H A D | _user_auth_types_8idl_v10.md | 41 | [ExecutorSecureLevel](_hdf_user_auth_v10.md#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2…
|
H A D | _user_auth_types_8idl_v12.md | 46 | [ExecutorSecureLevel](_hdf_user_auth_v12.md#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2…
|
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_executor_hdi_common.cpp | 62 {ExecutorSecureLevel::ESL1, UserAuth::ExecutorSecureLevel::ESL1}, in ConvertExecutorSecureLevel()
|
/ohos5.0/drivers/interface/pin_auth/v1_0/ |
H A D | PinAuthTypes.idl | 80 /**< Indicates that the executor secure level is ESL1. */ 81 ESL1 = 1,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_0/foo/pin_auth/v1_0/ |
H A D | PinAuthTypes.idl | 80 /**< Indicates that the executor secure level is ESL1. */ 81 ESL1 = 1,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_1/foo/pin_auth/v1_0/ |
H A D | PinAuthTypes.idl | 80 /**< Indicates that the executor secure level is ESL1. */ 81 ESL1 = 1,
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | iam_common_defines.h | 99 ESL1 = 1, enumerator
|
/ohos5.0/drivers/interface/pin_auth/v2_0/ |
H A D | PinAuthTypes.idl | 85 /**< Indicates that the executor secure level is ESL1. */ 86 ESL1 = 1,
|
/ohos5.0/drivers/interface/fingerprint_auth/v1_0/ |
H A D | FingerprintAuthTypes.idl | 73 ESL1 = 1, /**< Indicates executor secure level is ESL1. */
|
/ohos5.0/drivers/interface/pin_auth/v2_1/ |
H A D | PinAuthTypes.idl | 89 /**< Indicates that the executor secure level is ESL1. */ 90 ESL1 = 1,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_0/foo/fingerprint_auth/v1_0/ |
H A D | FingerprintAuthTypes.idl | 73 ESL1 = 1, /**< Indicates executor secure level is ESL1. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/foo/fingerprint_auth/v1_0/ |
H A D | FingerprintAuthTypes.idl | 73 ESL1 = 1, /**< Indicates executor secure level is ESL1. */
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | co_auth_proxy_test.cpp | 54 testInfo.esl = ESL1;
|
/ohos5.0/drivers/interface/face_auth/v1_0/ |
H A D | FaceAuthTypes.idl | 80 /**< Indicates that the executor secure level is ESL1. */ 81 ESL1 = 1,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_0/foo/face_auth/v1_0/ |
H A D | FaceAuthTypes.idl | 80 /**< Indicates that the executor secure level is ESL1. */ 81 ESL1 = 1,
|