Searched refs:ParseModuleType (Results 1 – 2 of 2) sorted by relevance
177 if (moduleNode["type"].isString() && !ParseModuleType(moduleNode["type"].asString())) { in ParseModule()218 …if (distroNode["moduleType"].isString() && !ParseModuleType(distroNode["moduleType"].asString())) { in ParseDistro()411 bool ConfigParser::ParseModuleType(const string &type) in ParseModuleType() function in OHOS::Global::Restool::ConfigParser
81 bool ParseModuleType(const std::string &type);