Home
last modified time | relevance | path

Searched defs:moduleName (Results 1 – 25 of 28) sorted by relevance

12

/developtools/packing_tool/adapter/ohos/
DPreloadItem.java26 private String moduleName; field in PreloadItem
32 public void setModuleName(String moduleName) { in setModuleName()
DDependencyItem.java31 private String moduleName = null; field in DependencyItem
45 public void setModuleName(String moduleName) { in setModuleName()
DPackInfo.java34 public String moduleName = ""; field in PackInfo
DDistro.java26 public String moduleName = ""; field in Distro
DHQFInfo.java34 private String moduleName = ""; field in HQFInfo
86 public void setModuleName(String moduleName) { in setModuleName()
DHapVerify.java927 String moduleName = dependencyItem.getModuleName(); in checkDependencyInFileList() local
949String moduleName, HapVerifyInfo hapVerifyInfo, List<HapVerifyInfo> allHapVerifyInfo) throws Bundl… in getLayerDependency()
1143 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid() local
1169 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid() local
1251 private static HapVerifyInfo findAtomicServiceHapVerifyInfo(String moduleName, in findAtomicServiceHapVerifyInfo()
DHapVerifyInfo.java52 private String moduleName = ""; field in HapVerifyInfo
189 public void setModuleName(String moduleName) { in setModuleName()
DModuleJsonUtil.java266 String moduleName = ""; in parseStageModuleName() local
296 String moduleName = ""; in parseFaModuleName() local
561 String moduleName = parseDistroModuleName(finalModuleObj); in verifyModuleInPackInfo() local
571 String moduleName = parseDistroModuleName(srcModuleObj); in verifyModuleInPackInfo() local
625 String moduleName = ""; in parseDistroModuleName() local
737 … String packageName, String moduleName) throws BundleException { in mergeTwoPackInfoObjByPackagePair()
DUtility.java66 private String moduleName = ""; field in Utility
326 public void setModuleName(String moduleName) { in setModuleName()
DCompressor.java909 String moduleName = ""; in readModlueNameFromHap() local
1221 String moduleName = temp[temp.length - 4]; in compressPackResMode() local
2074 String moduleName = lineStr.substring(startIndex, endIndex); in getModuleNameFromString() local
/developtools/ace_ets2bundle/compiler/src/
Dresolve_ohm_url.ts66 const moduleName: string = result[2]; constant
69 const modulePath: string = projectConfig.modulePathMap[moduleName]; constant
Dark_utils.ts74 const moduleName: string = packageInfo[1]; constant
109 for (const moduleName in projectConfig.modulePathMap) { constant
110 const modulePath: string = projectConfig.modulePathMap[moduleName]; constant
298 const moduleName: string = packageInfo[1]; constant
386 const moduleName: string = data.module.name; constant
Dgen_abc_plugin.ts409 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1]; constant
429 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1]; constant
448 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1]; constant
460 const moduleName: string = getPackageInfo(projectConfig.aceModuleJsonPath)[1]; constant
Dprocess_import.ts645 const moduleName: string = moduleNode.escapedText.toString(); constant
Dets_checker.ts373 for (const moduleName of moduleNames) { constant
Dvalidate_ui_syntax.ts942 const moduleName: string = urlResult[1]; constant
/developtools/global_resource_tool/include/
Dfile_manager.h35 void SetModuleName(const std::string &moduleName) in SetModuleName()
/developtools/global_resource_tool/src/
Dresource_module_inc.cpp28 const string &moduleName, const vector<string> &folder) in ResourceModuleInc()
Dresource_module.cpp34 …ule::ResourceModule(const string &modulePath, const string &moduleOutput, const string &moduleName) in ResourceModule()
Di_resource_compiler.cpp122 void IResourceCompiler::SetModuleName(const string &moduleName) in SetModuleName()
Dincrement_manager.cpp37 const string &outputPath, const string &moduleName) in Init()
/developtools/global_resource_tool/test/
Dconfig.json23 "moduleName": "entry", string
/developtools/profiler/hidebug/test/unittest/js/
Dconfig.json25 "moduleName": "entry", string
/developtools/hiperf/demo/js/entry/src/main/
Dconfig.json20 "moduleName": "entry", string
/developtools/packing_tool/modulecheck/
Dshortcuts.json65 "moduleName": { object

12