Home
last modified time | relevance | path

Searched refs:MODULE_NAME_SEPARATOR (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dbundle_constants.h32 constexpr const char* MODULE_NAME_SEPARATOR = ","; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h96 constexpr const char* MODULE_NAME_SEPARATOR = ","; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp1427 if (moduleName.find(Constants::MODULE_NAME_SEPARATOR) != std::string::npos) { in CheckModuleNameIsValid()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp1923 if (moduleName.find(ServiceConstants::MODULE_NAME_SEPARATOR) != std::string::npos) { in CheckModuleNameIsValid()
H A Dmodule_profile.cpp1748 if (moduleName.find(ServiceConstants::MODULE_NAME_SEPARATOR) != std::string::npos) { in CheckModuleNameIsValid()
H A Dbase_bundle_installer.cpp3467 …ames.append(item.second.GetCurrentModulePackage()).append(ServiceConstants::MODULE_NAME_SEPARATOR); in GetModuleNames()