Home
last modified time | relevance | path

Searched refs:virtualMachine (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h113 std::string virtualMachine; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp222 {MODULE_VIRTUAL_MACHINE, info.virtualMachine}, in to_json()
507 info.virtualMachine, in from_json()
929 hapInfo.virtualMachine = it->second.virtualMachine; in FindHapModuleInfo()
H A Dhap_module_info.cpp177 {HAP_MODULE_INFO_VIRTUAL_MACHINE, hapModuleInfo.virtualMachine}, in to_json()
419 hapModuleInfo.virtualMachine, in from_json()
H A Dmodule_profile.cpp265 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 Dhap_module_info.h159 std::string virtualMachine; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h71 std::string virtualMachine; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dhap_module_info.cpp566 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 Dunpacking-tool.md274 | virtualMachine | String | 标识当前HAP运行的目标虚拟机类型,供云端分发使用,如应用市场和分发中心 | 对应Stage模型中module结构体中的virtu…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp265 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 Dinner_bundle_info.cpp408 {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 Dmodule-configuration-file.md21 "virtualMachine": "ark",
124 | virtualMachine | 标识当前Module运行的目标虚拟机类型,供云端分发使用,如应用市场和分发中心。如果目标虚拟机类型为ArkTS引擎,则其值为“ark+版本号”。 | 字符串 |…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp713 "virtualMachine":"ark",
1376 "virtualMachine": "",
1435 "virtualMachine": "",
1494 "virtualMachine": "",
/ohos5.0/docs/en/application-dev/tools/
H A Dunpacking-tool.md274virtualMachine | String | Type of the target virtual machine (VM) where the HAP is running. …
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h105 std::string virtualMachine; member
/ohos5.0/docs/en/application-dev/quick-start/
H A Dmodule-configuration-file.md21 "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 Dbms_bundle_installer_test.cpp703 EXPECT_EQ(hapModuleInfo.virtualMachine, "");