Home
last modified time | relevance | path

Searched refs:SEC_ASSET_ACCOUNT_ERROR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/asset/frameworks/js/napi/inc/
H A Dasset_napi_error_code.h45 { SEC_ASSET_ACCOUNT_ERROR, "Calling the OS Account service failed." },
/ohos5.0/base/security/asset/interfaces/inner_kits/c/inc/
H A Dasset_system_type.h258 SEC_ASSET_ACCOUNT_ERROR = 24000012, enumerator
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi.cpp107 AddUint32Property(env, errorCode, "ACCOUNT_ERROR", SEC_ASSET_ACCOUNT_ERROR); in DeclareErrorCode()