Home
last modified time | relevance | path

Searched refs:ERROR_BUNDLE_IS_DISABLED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_error.h50 constexpr ErrCode ERROR_BUNDLE_IS_DISABLED = 17700026; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dbundle_errors.h48 constexpr ErrCode ERROR_BUNDLE_IS_DISABLED = 17700026; variable
H A Dbusiness_error.cpp181 { ERROR_BUNDLE_IS_DISABLED, ERROR_MSG_BUNDLE_IS_DISABLED },
H A Dcommon_func.cpp103 { ERR_BUNDLE_MANAGER_APPLICATION_DISABLED, ERROR_BUNDLE_IS_DISABLED },
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp5324 return ERROR_BUNDLE_IS_DISABLED; in InnerGetAllAppCloneBundleInfo()