Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/frameworks/js/napi/inc/
H A Dasset_napi_error_code.h34 { SEC_ASSET_SERVICE_UNAVAILABLE, "The ASSET service is unavailable." },
/ohos5.0/base/security/asset/interfaces/inner_kits/c/inc/
H A Dasset_system_type.h214 SEC_ASSET_SERVICE_UNAVAILABLE = 24000001, enumerator
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi.cpp96 AddUint32Property(env, errorCode, "SERVICE_UNAVAILABLE", SEC_ASSET_SERVICE_UNAVAILABLE); in DeclareErrorCode()