/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | hap_module_info.h | 113 std::string virtualMachine; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | inner_bundle_info.cpp | 222 {MODULE_VIRTUAL_MACHINE, info.virtualMachine}, in to_json() 507 info.virtualMachine, in from_json() 929 hapInfo.virtualMachine = it->second.virtualMachine; in FindHapModuleInfo()
|
H A D | hap_module_info.cpp | 177 {HAP_MODULE_INFO_VIRTUAL_MACHINE, hapModuleInfo.virtualMachine}, in to_json() 419 hapModuleInfo.virtualMachine, in from_json()
|
H A D | module_profile.cpp | 265 std::string virtualMachine = MODULE_VIRTUAL_MACHINE_DEFAULT_VALUE; member 1254 module.virtualMachine, in from_json() 1689 …if (Profile::VIRTUAL_MACHINE_SET.find(moduleJson.module.virtualMachine) != Profile::VIRTUAL_MACHIN… in ToInnerModuleInfo() 1690 innerModuleInfo.virtualMachine = moduleJson.module.virtualMachine; in ToInnerModuleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | hap_module_info.h | 159 std::string virtualMachine; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 71 std::string virtualMachine; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | hap_module_info.cpp | 566 virtualMachine = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 744 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(virtualMachine)); in Marshalling() 834 {HAP_MODULE_INFO_VIRTUAL_MACHINE, hapModuleInfo.virtualMachine}, in to_json() 1083 hapModuleInfo.virtualMachine, in from_json()
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | unpacking-tool.md | 274 | virtualMachine | String | 标识当前HAP运行的目标虚拟机类型,供云端分发使用,如应用市场和分发中心 | 对应Stage模型中module结构体中的virtu…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 265 std::string virtualMachine = MODULE_VIRTUAL_MACHINE_DEFAULT_VALUE; member 1479 module.virtualMachine, in from_json() 2436 …if (Profile::VIRTUAL_MACHINE_SET.find(moduleJson.module.virtualMachine) != Profile::VIRTUAL_MACHIN… in ToInnerModuleInfo() 2437 innerModuleInfo.virtualMachine = moduleJson.module.virtualMachine; in ToInnerModuleInfo()
|
H A D | inner_bundle_info.cpp | 408 {MODULE_VIRTUAL_MACHINE, info.virtualMachine}, in to_json() 748 info.virtualMachine, in from_json() 1596 hapInfo.virtualMachine = it->second.virtualMachine; in FindHapModuleInfo()
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | module-configuration-file.md | 21 "virtualMachine": "ark", 124 | virtualMachine | 标识当前Module运行的目标虚拟机类型,供云端分发使用,如应用市场和分发中心。如果目标虚拟机类型为ArkTS引擎,则其值为“ark+版本号”。 | 字符串 |…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 713 "virtualMachine":"ark", 1376 "virtualMachine": "", 1435 "virtualMachine": "", 1494 "virtualMachine": "",
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | unpacking-tool.md | 274 …virtualMachine | String | Type of the target virtual machine (VM) where the HAP is running. …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 105 std::string virtualMachine; member
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | module-configuration-file.md | 21 "virtualMachine": "ark", 124 | virtualMachine | Type of the target virtual machine (VM) where the module can run. It is used for…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 703 EXPECT_EQ(hapModuleInfo.virtualMachine, "");
|