Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dbundle_constants.h32 constexpr const char* MODULE_NAME_SEPARATOR = ","; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h95 constexpr const char* MODULE_NAME_SEPARATOR = ","; member
/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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp1741 if (moduleName.find(ServiceConstants::MODULE_NAME_SEPARATOR) != std::string::npos) { in CheckModuleNameIsValid()
H A Dmodule_profile.cpp1576 if (moduleName.find(ServiceConstants::MODULE_NAME_SEPARATOR) != std::string::npos) { in CheckModuleNameIsValid()
H A Dbase_bundle_installer.cpp3619 moduleNames.append(item.second.GetCurrentModulePackage()).append(ServiceConstants::MODULE_NAME_SEPARATOR); in GetModuleNames()

Completed in 19 milliseconds