Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dbundle_errors.h81 constexpr ErrCode ERROR_BUNDLE_CAN_NOT_BE_UNINSTALLED = 17700060; variable
H A Dbusiness_error.cpp225 { ERROR_BUNDLE_CAN_NOT_BE_UNINSTALLED, ERR_MSG_BUNDLE_CAN_NOT_BE_UNINSTALLED },
H A Dcommon_func.cpp154 { ERR_BUNDLE_MANAGER_BUNDLE_CAN_NOT_BE_UNINSTALLED, ERROR_BUNDLE_CAN_NOT_BE_UNINSTALLED},
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp417 { IStatusReceiver::ERR_UNINSTALL_CONTROLLED, ERROR_BUNDLE_CAN_NOT_BE_UNINSTALLED }, in CreateErrCodeMap()