Home
last modified time | relevance | path

Searched refs:MAX_MODULENAME_LEN (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h47 const uint8_t MAX_MODULENAME_LEN = 31; member
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp67 constexpr uint32_t MAX_MODULENAME_LEN = 2048; member
846 if (!isPageStackContinue && !moduleName.empty() && moduleName.length() <= MAX_MODULENAME_LEN) { in SetWantForContinuation()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp424 CHECK_LENGTH(strlen(bundleProfile.moduleInfo.moduleName), MAX_MODULENAME_LEN, in ParseModuleInfo() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp135 constexpr uint32_t MAX_MODULENAME_LEN = 2048; member
1171 if (!isPageStackContinue && !moduleName.empty() && moduleName.length() <= MAX_MODULENAME_LEN) { in SetWantForContinuation()

Completed in 11 milliseconds