/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 245 startMsg.maxChildProcess = 1; in HWTEST_F() 293 startMsg.maxChildProcess = 1; in HWTEST_F() 341 startMsg.maxChildProcess = 1; in HWTEST_F() 389 startMsg.maxChildProcess = 1; in HWTEST_F() 444 startMsg.maxChildProcess = 1; in HWTEST_F() 493 startMsg.maxChildProcess = 1; in HWTEST_F() 543 startMsg.maxChildProcess = 1; in HWTEST_F() 593 startMsg.maxChildProcess = 1; in HWTEST_F() 643 startMsg.maxChildProcess = 1; in HWTEST_F() 689 startMsg.maxChildProcess in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/app_utils_test/ |
H A D | app_utils_test.cpp | 295 auto maxChildProcess = AAFwk::AppUtils::GetInstance().MaxChildProcess(); in HWTEST_F() local 299 EXPECT_TRUE(maxChildProcess != 0); in HWTEST_F()
|
/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 | 1623 int32_t &maxChildProcess);
|
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/ |
H A D | app_spawn_client_second_test.cpp | 231 // Scenario7: Test when maxChildProcess is 0 then function returns 0. 236 startMsg.maxChildProcess = 0; in HWTEST_F() 246 // Scenario8: Test when maxChildProcess is not 0 then function returns 0. 251 startMsg.maxChildProcess = 1; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 318 int32_t maxChildProcess = 0; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 133 const char* APPLICATION_MAX_CHILD_PROCESS = "maxChildProcess"; 582 maxChildProcess = parcel.ReadInt32(); in ReadFromParcel() 758 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, maxChildProcess); in Marshalling() 1005 {APPLICATION_MAX_CHILD_PROCESS, applicationInfo.maxChildProcess}, in to_json() 1202 applicationInfo.maxChildProcess, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 252 int32_t maxChildProcess = OHOS::system::GetIntParameter(MAX_CHILD_PROCESS, 1); member 1213 app.maxChildProcess, in from_json() 1979 applicationInfo.maxChildProcess = app.maxChildProcess; in ToApplicationInfo()
|
H A D | inner_bundle_info.cpp | 1770 baseApplicationInfo_->maxChildProcess = applicationInfo.maxChildProcess; in UpdateBaseApplicationInfo()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_client.cpp | 328 std::string maxChildProcessStr = std::to_string(startMsg.maxChildProcess); in AppspawnSetExtMsgMore() 334 TAG_LOGD(AAFwkTag::APPMGR, "Send maxChildProcess %{public}s success", maxChildProcessStr.c_str()); in AppspawnSetExtMsgMore()
|
H A D | app_mgr_service_inner.cpp | 3254 startMsg.maxChildProcess = 0; in SetAppInfo() 3256 if (startMsg.maxChildProcess == 0) { in SetAppInfo() 3257 startMsg.maxChildProcess = bundleInfo.applicationInfo.maxChildProcess; in SetAppInfo() 3327 void AppMgrServiceInner::PresetMaxChildProcess(std::shared_ptr<AppRunningRecord> appRecord, int32_t &maxChildProcess) in PresetMaxChildProcess() argument 3333 maxChildProcess = 1; in PresetMaxChildProcess() 3406 PresetMaxChildProcess(appRecord, startMsg.maxChildProcess); in StartProcess()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 289 int32_t maxChildProcess = 0; member 852 appInfo.maxChildProcess = param.maxChildProcess; in MockInnerBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 1161 "maxChildProcess": 0,
|