Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_error.h75 constexpr ErrCode ERROR_INSTALL_DEBUG_BUNDLE_NOT_ALLOWED = 17700052; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dbundle_errors.h73 constexpr ErrCode ERROR_INSTALL_DEBUG_BUNDLE_NOT_ALLOWED = 17700052; variable
H A Dbusiness_error.cpp211 { ERROR_INSTALL_DEBUG_BUNDLE_NOT_ALLOWED, ERR_MSG_DEBUG_BUNDLE_NOT_ALLOWED},
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp409 … { IStatusReceiver::ERR_INSTALL_DEBUG_BUNDLE_NOT_ALLOWED, ERROR_INSTALL_DEBUG_BUNDLE_NOT_ALLOWED}, in CreateErrCodeMap()