Home
last modified time | relevance | path

Searched refs:MAX_BUNDLE_NAME_LEN (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dhmdfs.h27 static const unsigned int MAX_BUNDLE_NAME_LEN = 64; member
31 char bundle_name[MAX_BUNDLE_NAME_LEN];
/foundation/resourceschedule/resource_schedule_service/ressched/common/include/
H A Dres_common_util.h28 constexpr uint32_t MAX_BUNDLE_NAME_LEN = 127; 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.h60 const uint8_t MAX_BUNDLE_NAME_LEN = 127; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp626 char *bundleName = reinterpret_cast<char *>(AdapterMalloc(MAX_BUNDLE_NAME_LEN + 1)); in ScanThirdApp()
634 if (memset_s(bundleName, MAX_BUNDLE_NAME_LEN + 1, 0, MAX_BUNDLE_NAME_LEN + 1) != EOK) { in ScanThirdApp()
639 if (strcpy_s(bundleName, MAX_BUNDLE_NAME_LEN + 1, ent->d_name) != 0) { in ScanThirdApp()
721 if (*bundleName != nullptr && strlen(*bundleName) >= MAX_BUNDLE_NAME_LEN) { in CheckSystemBundleIsValid()
H A Dgt_bundle_extractor.cpp297 if (strlen(*bundleName) > MAX_BUNDLE_NAME_LEN || strlen(*bundleName) < MIN_BUNDLE_NAME_LEN) { in ExtractBundleParam()
H A Dbundle_manager_service.cpp439 if (*bundleName != nullptr && strlen(*bundleName) > MAX_BUNDLE_NAME_LEN) { in CheckSystemBundleIsValid()
H A Dgt_bundle_parser.cpp199 (strlen(bundleProfile.bundleName) <= MAX_BUNDLE_NAME_LEN))) { in ParseJsonInfo()
H A Dbundle_parser.cpp325 (strlen(bundleProfile.bundleName) <= MAX_BUNDLE_NAME_LEN), in ParseJsonInfo()

Completed in 10 milliseconds