Home
last modified time | relevance | path

Searched refs:MIN_BUNDLE_NAME (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dbundle_constants.h39 constexpr uint8_t MIN_BUNDLE_NAME = 7; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h87 constexpr uint8_t MIN_BUNDLE_NAME = 7; member
/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()

Completed in 11 milliseconds