Home
last modified time | relevance | path

Searched refs:HUKS_ERR_CODE_NOT_SYSTEM_APP (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api.cpp36 AddInt32PropertyInLite(errorCode, "HUKS_ERR_CODE_NOT_SYSTEM_APP", HUKS_ERR_CODE_NOT_SYSTEM_APP); in CreateHuksErrCode()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_errcode_adapter.c43 .errorCode = HUKS_ERR_CODE_NOT_SYSTEM_APP,
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_type_enum.h389 HUKS_ERR_CODE_NOT_SYSTEM_APP = 202, enumerator
/ohos5.0/base/security/huks/interfaces/kits/napi/src/
H A Dhuks_napi.cpp478 AddInt32Property(env, errorCode, "HUKS_ERR_CODE_NOT_SYSTEM_APP", HUKS_ERR_CODE_NOT_SYSTEM_APP); in AddHuksErrCodePart()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-universal-keystore-kit/
H A Djs-apis-huks.md2579 | HUKS_ERR_CODE_NOT_SYSTEM_APP<sup>12+</sup> | 202 | 非系统应用不可以调用系统API。<br> **系统能力:** System…
/ohos5.0/docs/en/application-dev/reference/apis-universal-keystore-kit/
H A Djs-apis-huks.md2578 | HUKS_ERR_CODE_NOT_SYSTEM_APP<sup>12+</sup> | 202 | The caller is not a system applicatio…