Home
last modified time | relevance | path

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

1234

/developtools/packing_tool/packing_tool/frameworks/test/unittest/general_normalize_test/
Dgeneral_normalize_test.cpp1129 std::string moduleName = ""; variable
1147 std::string moduleName = ""; variable
1173 std::string moduleName = ""; variable
1201 std::string moduleName = ""; variable
1229 std::string moduleName = ""; variable
1257 std::string moduleName = ""; variable
1285 std::string moduleName = ""; variable
1313 std::string moduleName = ""; variable
1341 std::string moduleName = ""; variable
1369 std::string moduleName = ""; variable
[all …]
/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
50 public void setModuleName(String moduleName) { in setModuleName()
DModuleJsonInfo.java25 private String moduleName = ""; field in ModuleJsonInfo
41 public void setModuleName(String moduleName) { in setModuleName()
DHQFInfo.java34 private String moduleName = ""; field in HQFInfo
86 public void setModuleName(String moduleName) { in setModuleName()
DDistro.java26 public String moduleName = ""; field in Distro
DPackInfo.java34 public String moduleName = ""; field in PackInfo
DVerifyCollection.java111 private String moduleName; field in VerifyCollection
153 public void setModuleName(String moduleName) { in setModuleName()
DHapVerify.java232 String moduleName = hapVerifyInfos.get(0).getModuleName(); in checkSharedApppIsValid() local
308 String moduleName = verifyInfo.getModuleName(); in checkAppFieldsIsSame() local
675 String moduleName = info.getModuleName(); in checkProxyDataUriIsUnique() local
1380 String moduleName = dependencyItem.getModuleName(); in checkDependencyInFileList() local
1399String moduleName, HapVerifyInfo hapVerifyInfo, List<HapVerifyInfo> allHapVerifyInfo) throws Bundl… in getLayerDependency()
1608 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid() local
1637 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid() local
1729 private static HapVerifyInfo findAtomicServiceHapVerifyInfo(String moduleName, in findAtomicServiceHapVerifyInfo()
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dresolve_ohm_url.ts82 const moduleName: string = result[2]; constant
85 const modulePath: string = projectConfig.modulePathMap[moduleName]; constant
Dark_utils.ts130 const moduleName: string = omitModuleName ? '' : pkgInfo.moduleName; constant
180 const moduleName: string = packageInfo[1]; constant
239 for (const moduleName in projectConfig.modulePathMap) { constant
240 const modulePath: string = projectConfig.modulePathMap[moduleName]; constant
274 const moduleName: string = packageInfo[1]; constant
462 …const moduleName = isMixCompile() ? adjustModuleNameIfArkTSEvolution(pkgName, normalizedPath, pkgI… constant
501 …const moduleName = isMixCompile() ? adjustModuleNameIfArkTSEvolution(pkgName, normalizedPath, pkgI… constant
638 const moduleName: string = packageInfo[1]; constant
947 const moduleName: string = data.module.name; constant
Dprocess_interop_ui.ts145 const moduleName = 'arkui.component.interop'; constant
191 const moduleName = '@ohos.arkui.component'; constant
207 const moduleName = '@ohos.arkui.stateManagement'; constant
/developtools/ace_ets2bundle/compiler/src/
Dresolve_ohm_url.ts82 const moduleName: string = result[2]; constant
85 const modulePath: string = projectConfig.modulePathMap[moduleName]; constant
Dark_utils.ts175 const moduleName: string = packageInfo[1]; constant
234 for (const moduleName in projectConfig.modulePathMap) { constant
235 const modulePath: string = projectConfig.modulePathMap[moduleName]; constant
270 const moduleName: string = packageInfo[1]; constant
614 const moduleName: string = packageInfo[1]; constant
923 const moduleName: string = data.module.name; constant
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hqf_verify_test/
Dhqf_verify_test.cpp67 std::string moduleName("moduleName"); in CreateHqfInfo() local
146 std::string moduleName("test"); variable
/developtools/packing_tool/packing_tool/frameworks/include/json/
Dpreload_item.h24 std::string moduleName = ""; member
Ddependency_item.h25 std::string moduleName = ""; member
Dnormalize_version.h26 std::string moduleName = ""; member
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dpack_info_utils.cpp118 std::string moduleName = iter->second; in MergeTwoPackInfosByPackagePair() local
131 const std::string& moduleName) in FindAndMergeModulesByPackagePair()
209 const std::string& packageName, const std::string& moduleName) in MergeTwoPackInfosByPackagePair()
/developtools/global_resource_tool/include/
Dfile_manager.h34 void SetModuleName(const std::string &moduleName) in SetModuleName()
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/preview/
Dloader.json1 …ry\\build\\default\\intermediates\\loader_out\\default\\node_modules","moduleName":"entry","harNam… string
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/build/
Dloader.json1 …ry\\build\\default\\intermediates\\loader_out\\default\\node_modules","moduleName":"entry","harNam… string
Dloader_aotMode.json1 …ry\\build\\default\\intermediates\\loader_out\\default\\node_modules","moduleName":"entry","harNam… string
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/dist/lib/src/interop/
DloadLibraries.js33 function loadNativeModuleLibrary(moduleName, module) { argument
/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/fast_app_packager_file/
Dpack.json27 "moduleName": "entry" string
43 "moduleName": "library" string

1234