Searched refs:moduleType (Results 1 – 6 of 6) sorted by relevance
52 ConfigParser::ModuleType moduleType = ConfigParser::ModuleType::NONE; in Init() local54 inputTypes[moduleType].push_back(resourceDir); in Init()61 moduleType = configParser.GetModuleType(); in Init()62 inputTypes[moduleType].push_back(resourceDir); in Init()
31 public String moduleType = ""; field in Distro
39 public String moduleType = ""; field in PackInfo
86 packInfo.moduleType = getJsonString(tmpObj, MODULE_TYPE); in parseHapList()87 if (packInfo.moduleType == null || "".equals(packInfo.moduleType)) { in parseHapList()88 packInfo.moduleType = getJsonString(tmpObj, MODULE_TYPE_NEW); in parseHapList()483 distro.moduleType = getJsonString(distroObj, "moduleType"); in getDistro()
1198 String moduleType = distro.moduleType; in obtainLabelAndIcon() local1199 if (HAP_TYPE.equals(moduleType.toLowerCase(Locale.ENGLISH))) { in obtainLabelAndIcon()
843 item = `var ${systemValue} = globalThis.requireNativeModule('${moduleType}.${systemKey}')`;