Home
last modified time | relevance | path

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

/foundation/resourceschedule/resource_schedule_service/ressched/common/include/
H A Dres_common_util.h27 constexpr uint32_t MIN_BUNDLE_NAME_LEN = 7; member
37 if (bundleName.size() < MIN_BUNDLE_NAME_LEN || bundleName.size() > MAX_BUNDLE_NAME_LEN) { in CheckBundleName()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h59 const uint8_t MIN_BUNDLE_NAME_LEN = 7; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_extractor.cpp297 if (strlen(*bundleName) > MAX_BUNDLE_NAME_LEN || strlen(*bundleName) < MIN_BUNDLE_NAME_LEN) { in ExtractBundleParam()
H A Dgt_bundle_parser.cpp198 if (!((strlen(bundleProfile.bundleName) >= MIN_BUNDLE_NAME_LEN) && in ParseJsonInfo()
H A Dbundle_parser.cpp324 CHECK_IS_TRUE((strlen(bundleProfile.bundleName) >= MIN_BUNDLE_NAME_LEN) && in ParseJsonInfo()

Completed in 5 milliseconds