/ohos5.0/build/hb/containers/ |
H A D | arg.py | 56 class ModuleType(Enum): class 294 if module_type == ModuleType.BUILD: 296 elif module_type == ModuleType.SET: 300 elif module_type == ModuleType.ENV: 302 elif module_type == ModuleType.TOOL: 314 elif module_type == ModuleType.PUSH: 329 if module_type == ModuleType.BUILD: 332 elif module_type == ModuleType.SET: 338 elif module_type == ModuleType.ENV: 341 elif module_type == ModuleType.TOOL: [all …]
|
/ohos5.0/build/hb/ |
H A D | main.py | 31 from containers.arg import Arg, ModuleType 108 for all_module_type in ModuleType: 139 args_dict = Arg.parse_all_args(ModuleType.BUILD) 161 args_dict = Arg.parse_all_args(ModuleType.SET) 175 args_dict = Arg.parse_all_args(ModuleType.ENV) 180 args_dict = Arg.parse_all_args(ModuleType.CLEAN) 186 args_dict = Arg.parse_all_args(ModuleType.TOOL) 207 Arg.clean_args_file_by_type(ModuleType.INSTALL) 215 Arg.clean_args_file_by_type(ModuleType.PACKAGE) 230 Arg.clean_args_file_by_type(ModuleType.UPDATE) [all …]
|
/ohos5.0/build/hb/resolver/ |
H A D | indep_build_args_resolver.py | 23 from containers.arg import ModuleType 41 args_dict = Arg.read_args_file(ModuleType.ENV) 51 args_dict = Arg.read_args_file(ModuleType.ENV) 81 args_dict = Arg.read_args_file(ModuleType.ENV)
|
H A D | push_args_resolver.py | 23 from containers.arg import ModuleType 55 Arg.write_args_file("list_targets", False, ModuleType.PUSH) 66 Arg.write_args_file("src", "", ModuleType.PUSH)
|
H A D | set_args_resolver.py | 22 from containers.arg import ModuleType 112 product_info.get('name'), ModuleType.BUILD) 114 … f"{product_info.get('name')}@{product_info.get('company')}", ModuleType.SET) 123 Arg.write_args_file(arg_name, arg_value, ModuleType.BUILD)
|
H A D | env_args_resolver.py | 22 from containers.arg import Arg, ModuleType 105 Arg.clean_args_file_by_type(ModuleType.ENV)
|
H A D | publish_args_resolver.py | 23 from containers.arg import ModuleType
|
H A D | package_args_resolver.py | 23 from containers.arg import ModuleType
|
H A D | update_args_resolver.py | 23 from containers.arg import ModuleType
|
H A D | install_args_resolver.py | 23 from containers.arg import ModuleType
|
/ohos5.0/build/hb/services/ |
H A D | gn.py | 30 from containers.arg import Arg, ModuleType 139 args_file = Arg.read_args_file(ModuleType.TOOL)['path'] 164 args_file = Arg.read_args_file(ModuleType.TOOL)['desc'] 188 args_file = Arg.read_args_file(ModuleType.TOOL)['ls'] 208 args_file = Arg.read_args_file(ModuleType.TOOL)['refs'] 228 args_file = Arg.read_args_file(ModuleType.TOOL)['format']
|
H A D | hdc.py | 30 from containers.arg import Arg, ModuleType
|
H A D | menu.py | 39 from containers.arg import Arg, ModuleType 50 all_build_args = Arg.parse_all_args(ModuleType.BUILD)
|
H A D | hpm.py | 29 from containers.arg import Arg, ModuleType
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | hap_module_info.h | 32 enum class ModuleType { enum 119 ModuleType moduleType = ModuleType::UNKNOWN;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_navigation_test/ |
H A D | bms_bundle_navigation_test.cpp | 978 hapModuleInfoEntry.moduleType = ModuleType::ENTRY; 984 hapModuleInfoFeature.moduleType = ModuleType::FEATURE; 1003 hapModuleInfoEntry.moduleType = ModuleType::ENTRY; 1009 hapModuleInfoLibrary.moduleType = ModuleType::SHARED; 1034 hapModuleInfoLibrary.moduleType = ModuleType::SHARED; 1053 hapModuleInfoEntry.moduleType = ModuleType::ENTRY; 1076 hapModuleInfoEntry.moduleType = ModuleType::ENTRY; 1103 hapModuleInfoEntry.moduleType = ModuleType::ENTRY; 1109 hapModuleInfoLibrary.moduleType = ModuleType::SHARED; 1136 hapModuleInfoLibrary.moduleType = ModuleType::SHARED; [all …]
|
/ohos5.0/build/hb/modules/interface/ |
H A D | tool_module_interface.py | 22 from containers.arg import ModuleType 69 Arg.get_help(ModuleType.TOOL)
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | hap_module_info.h | 35 enum class ModuleType { enum 165 ModuleType moduleType = ModuleType::UNKNOWN;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
H A D | router_map_helper.cpp | 36 …if (hapModuleInfo.moduleType == ModuleType::ENTRY || hapModuleInfo.moduleType == ModuleType::FEATU… in MergeRouter()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/ |
H A D | mock_bundle_manager.cpp | 33 moduleInfo.moduleType = AppExecFwk::ModuleType::ENTRY; in GetBundleInfoForSelf()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/ |
H A D | native_interface_bundle.cpp | 226 if (hapModuleInfo.moduleType != OHOS::AppExecFwk::ModuleType::ENTRY) { in OH_NativeBundle_GetMainElementName() 235 if (hapModuleInfo.moduleType != OHOS::AppExecFwk::ModuleType::FEATURE) { in OH_NativeBundle_GetMainElementName()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/child_main_thread_test/ |
H A D | child_main_thread_test.cpp | 137 moduleInfo.moduleType = ModuleType::ENTRY; 171 moduleInfo.moduleType = ModuleType::ENTRY;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/ |
H A D | utd_handler.cpp | 73 if (hapInfo.moduleType == ModuleType::ENTRY) { in GetEntryHapPath()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-bundle.md | 4 |新增|NA|模块名: ohos.bundle.bundleManager<br>类名: ModuleType|@ohos.bundle.bundleManager.d.ts| 5 |新增|NA|类名:ModuleType<br>方法or属性:|@ohos.bundle.bundleManager.d.ts| 6 |新增|NA|模块名: ohos.bundle.bundleManager<br>类名: ModuleType<br>方法 or 属性:ENTRY = 1|@ohos.bundle.bundleMa… 7 |新增|NA|类名:ModuleType<br>方法or属性:ENTRY = 1|@ohos.bundle.bundleManager.d.ts| 8 |新增|NA|模块名: ohos.bundle.bundleManager<br>类名: ModuleType<br>方法 or 属性:FEATURE = 2|@ohos.bundle.bundle… 9 |新增|NA|类名:ModuleType<br>方法or属性:FEATURE = 2|@ohos.bundle.bundleManager.d.ts| 10 |新增|NA|模块名: ohos.bundle.bundleManager<br>类名: ModuleType<br>方法 or 属性:SHARED = 3|@ohos.bundle.bundleM… 11 |新增|NA|类名:ModuleType<br>方法or属性:SHARED = 3|@ohos.bundle.bundleManager.d.ts| 193 |新增|NA|模块名: HapModuleInfo<br>类名: HapModuleInfo<br>方法 or 属性: readonly type: bundleManager.ModuleType…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-hapModuleInfo.md | 28 | type | [bundleManager.ModuleType](js-apis-bundleManager.md#moduletyp…
|