Home
last modified time | relevance | path

Searched refs:MODULE_TYPES (Results 1 - 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
H A Dconfig_parser.cpp26 const map<string, ConfigParser::ModuleType> ConfigParser::MODULE_TYPES = { member in OHOS::Global::Restool::ConfigParser
456 const auto &result = MODULE_TYPES.find(type); in ParseModuleType()
457 if (result == MODULE_TYPES.end()) { in ParseModuleType()
/developtools/global_resource_tool/include/
H A Dconfig_parser.h97 static const std::map<std::string, ModuleType> MODULE_TYPES; member in OHOS::Global::Restool::ConfigParser

Completed in 2 milliseconds