Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/frameworks/js/napi/inc/
H A Dasset_napi_error_code.h31 { SEC_ASSET_NOT_SYSTEM_APPLICATION, "Non-system applications use system APIs." },
/ohos5.0/base/security/asset/interfaces/inner_kits/c/inc/
H A Dasset_system_type.h206 SEC_ASSET_NOT_SYSTEM_APPLICATION = 202, enumerator
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi.cpp94 AddUint32Property(env, errorCode, "NOT_SYSTEM_APPLICATION", SEC_ASSET_NOT_SYSTEM_APPLICATION); in DeclareErrorCode()