Searched refs:MODULE_NAME_SEPARATOR (Results 1 – 6 of 6) sorted by relevance
32 constexpr const char* MODULE_NAME_SEPARATOR = ","; variable
96 constexpr const char* MODULE_NAME_SEPARATOR = ","; variable
1427 if (moduleName.find(Constants::MODULE_NAME_SEPARATOR) != std::string::npos) { in CheckModuleNameIsValid()
1923 if (moduleName.find(ServiceConstants::MODULE_NAME_SEPARATOR) != std::string::npos) { in CheckModuleNameIsValid()
1748 if (moduleName.find(ServiceConstants::MODULE_NAME_SEPARATOR) != std::string::npos) { in CheckModuleNameIsValid()
3467 …ames.append(item.second.GetCurrentModulePackage()).append(ServiceConstants::MODULE_NAME_SEPARATOR); in GetModuleNames()