/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_utils_test/ |
H A D | app_utils_test.cpp | 295 auto maxChildProcess = AAFwk::AppUtils::GetInstance().MaxChildProcess(); variable 299 EXPECT_TRUE(maxChildProcess != 0);
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | app-configuration-file.md | 33 "maxChildProcess": 5, 80 | maxChildProcess | 标识当前应用自身可创建的子进程的最大个数,取值范围为0到512,0表示不限制,当应用有多个模块时,以entry模块的配置为准。 | 数值 | 该标签可缺省,缺…
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 77 int32_t maxChildProcess = 0; member
|
H A D | app_mgr_service_inner.h | 1317 … bool strictMode = false, int32_t maxChildProcess = 0, sptr<IRemoteObject> token = nullptr, 1443 …d PresetMaxChildProcess(const std::shared_ptr<AbilityInfo> &abilityInfo, int32_t &maxChildProcess);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 316 int32_t maxChildProcess = 0; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 584 maxChildProcess = parcel.ReadInt32(); in ReadFromParcel() 759 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, maxChildProcess); in Marshalling() 1014 {APPLICATION_MAX_CHILD_PROCESS, applicationInfo.maxChildProcess}, in to_json() 1210 … applicationInfo.maxChildProcess, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 2069 return baseApplicationInfo_->maxChildProcess; in GetMaxChildProcess() 2072 void SetMaxChildProcess(int32_t maxChildProcess) in SetMaxChildProcess() argument 2074 baseApplicationInfo_->maxChildProcess = maxChildProcess; in SetMaxChildProcess()
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | app-configuration-file.md | 33 "maxChildProcess": 5, 79 | maxChildProcess | Maximum number of child processes that can be created by the current applicatio…
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_client.cpp | 332 std::string maxChildProcessStr = std::to_string(startMsg.maxChildProcess); in AppspawnSetExtMsgMore()
|
H A D | app_mgr_service_inner.cpp | 848 int32_t maxChildProcess = 0; in LoadAbilityNoAppRecord() local 849 PresetMaxChildProcess(abilityInfo, maxChildProcess); in LoadAbilityNoAppRecord() 852 … abilityInfo->name, strictMode, maxChildProcess, token, want, abilityInfo->extensionAbilityType); in LoadAbilityNoAppRecord() 3252 if (startMsg.maxChildProcess == 0) { in SetAppInfo() 3253 startMsg.maxChildProcess = bundleInfo.applicationInfo.maxChildProcess; in SetAppInfo() 3326 int32_t &maxChildProcess) in PresetMaxChildProcess() argument 3333 maxChildProcess = 1; in PresetMaxChildProcess() 3384 …bool strictMode, int32_t maxChildProcess, sptr<IRemoteObject> token, std::shared_ptr<AAFwk::Want> … in StartProcess() argument 3407 startMsg.maxChildProcess = maxChildProcess; in StartProcess()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 249 int32_t maxChildProcess = OHOS::system::GetIntParameter(MAX_CHILD_PROCESS, 1); member 1341 app.maxChildProcess, in from_json() 2151 applicationInfo.maxChildProcess = app.maxChildProcess; in ToApplicationInfo()
|
H A D | inner_bundle_info.cpp | 1890 baseApplicationInfo_->maxChildProcess = applicationInfo.maxChildProcess; in UpdateBaseApplicationInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 288 int32_t maxChildProcess = 0; member 850 appInfo.maxChildProcess = param.maxChildProcess; in MockInnerBundleInfo()
|
/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 | 1159 "maxChildProcess": 0,
|