Home
last modified time | relevance | path

Searched refs:maxChildProcess (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp245 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 Dapp_utils_test.cpp295 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 Dapp_spawn_client.h77 int32_t maxChildProcess = 0; member
H A Dapp_mgr_service_inner.h1623 int32_t &maxChildProcess);
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/
H A Dapp_spawn_client_second_test.cpp231 // 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 Dapplication_info.h318 int32_t maxChildProcess = 0; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp133 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 Dinner_bundle_info.h2069 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 Dmodule_profile.cpp252 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 Dinner_bundle_info.cpp1770 baseApplicationInfo_->maxChildProcess = applicationInfo.maxChildProcess; in UpdateBaseApplicationInfo()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp328 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 Dapp_mgr_service_inner.cpp3254 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 Dbms_bundle_data_mgr_test.cpp289 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 Dbms_bundle_data_storage_database_test.cpp1161 "maxChildProcess": 0,

Completed in 52 milliseconds