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