Home
last modified time | relevance | path

Searched refs:MAX_BUNDLE_NAME (Results 1 - 9 of 9) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Delement_name.cpp27 constexpr int MAX_BUNDLE_NAME = 127; member
101 } else if (strlen(element->bundleName) > MAX_BUNDLE_NAME) { in SerializeElement()
H A Dbundle_manager.cpp38 constexpr static uint8_t MAX_BUNDLE_NAME = 128; variable
175 if (length > MAX_BUNDLE_NAME) { in DeserializeInnerBundleName()
405 if ((bundleName == nullptr) || (installerCallback == nullptr) || (strlen(bundleName) >= MAX_BUNDLE_NAME) || in Uninstall()
493 if (flags < 0 || flags > 1 || (strlen(bundleName) >= MAX_BUNDLE_NAME)) { in GetBundleInfo()
702 if (strlen(bundleName) >= MAX_BUNDLE_NAME) { in GetBundleSize()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dbundle_constants.h38 constexpr uint8_t MAX_BUNDLE_NAME = 127; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h86 constexpr uint8_t MAX_BUNDLE_NAME = 128; member
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H A Dbms_uninstall_system_test.cpp45 const int32_t MAX_BUNDLE_NAME = 6; member
134 for (int32_t i = 0; i <= MAX_BUNDLE_NAME; i++) { in SetUp()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp1401 if (bundleName.size() < Constants::MIN_BUNDLE_NAME || bundleName.size() > Constants::MAX_BUNDLE_NAME) { in CheckBundleNameIsValid()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp1718 if (bundleName.size() < Constants::MIN_BUNDLE_NAME || bundleName.size() > Constants::MAX_BUNDLE_NAME) { in CheckBundleNameIsValid()
H A Dmodule_profile.cpp1547 if (bundleName.size() < Constants::MIN_BUNDLE_NAME || bundleName.size() > Constants::MAX_BUNDLE_NAME) { in CheckBundleNameIsValid()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp4071 if (bundleName.length() > Constants::MAX_BUNDLE_NAME) { in QueryAppGalleryBundleName()

Completed in 21 milliseconds