Searched refs:isolationProcess (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | process-model-stage.md | 13 > - 如果需要指定某个UIAbility运行在独立进程中,可以在module.json5文件中将isolationProcess字段配置为true,同时需要在[onNewProcessReques…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | process-model-stage.md | 15 > - To enable a UIAbility to run in an independent process, set the **isolationProcess** field in t…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 260 bool isolationProcess = false; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | ability_info.cpp | 295 isolationProcess = parcel.ReadBool(); in ReadFromParcel() 483 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isolationProcess); in Marshalling() 631 {JSON_KEY_ISOLATION_PROCESS, abilityInfo.isolationProcess}, in to_json() 1305 abilityInfo.isolationProcess, in from_json()
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | module-configuration-file.md | 337 | isolationProcess | 标识组件能否运行在独立的进程中。<br/>- true:表示能运行在独立的进程中。<br/>- false:表示不能运行在独立的进程中。… 391 "isolationProcess": false,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 179 bool isolationProcess = false; member 648 ability.isolationProcess, in from_json() 2255 abilityInfo.isolationProcess = ability.isolationProcess; in ToAbilityInfo()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 360 …if (!isNewProcessMode && abilityInfo.isolationProcess && AppUtils::GetInstance().IsStartSpecifiedP… in NotifySCBToStartUIAbility() 399 …if (!isNewProcessMode && abilityInfo.isolationProcess && AppUtils::GetInstance().IsStartSpecifiedP… in NotifySCBToRecoveryAfterInterception()
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | module-configuration-file.md | 337 | isolationProcess | Whether the component can run in an independent process.<br>- **true**: The co… 391 "isolationProcess": false,
|
/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 | 862 "isolationProcess": false,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 716 EXPECT_EQ(abilityInfos.isolationProcess, true);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 873 bool isSpecifiedProcess = abilityInfo->isolationProcess && in GetSpecifiedProcessFlag()
|