Home
last modified time | relevance | path

Searched refs:ERROR_CODE_CAPABILITY_NOT_SUPPORT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_business_error/
H A Dability_business_error.h37 ERROR_CODE_CAPABILITY_NOT_SUPPORT = 801, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager_error_utils.h56 AbilityErrorCode::ERROR_CODE_CAPABILITY_NOT_SUPPORT },
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_business_error/
H A Dability_business_error.cpp103 { AbilityErrorCode::ERROR_CODE_CAPABILITY_NOT_SUPPORT, ERROR_MSG_CAPABILITY_NOT_SUPPORT },
202 {ERR_CAPABILITY_NOT_SUPPORT, AbilityErrorCode::ERROR_CODE_CAPABILITY_NOT_SUPPORT},
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp1512 ThrowError(env, AbilityErrorCode::ERROR_CODE_CAPABILITY_NOT_SUPPORT); in OnSetKeepAliveForBundle()
1519 ThrowError(env, AbilityErrorCode::ERROR_CODE_CAPABILITY_NOT_SUPPORT); in OnGetKeepAliveBundles()