Home
last modified time | relevance | path

Searched defs:maxChildProcess (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_utils_test/
H A Dapp_utils_test.cpp295 auto maxChildProcess = AAFwk::AppUtils::GetInstance().MaxChildProcess(); variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h77 int32_t maxChildProcess = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h316 int32_t maxChildProcess = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp249 int32_t maxChildProcess = OHOS::system::GetIntParameter(MAX_CHILD_PROCESS, 1); member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2072 void SetMaxChildProcess(int32_t maxChildProcess) in SetMaxChildProcess()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp848 int32_t maxChildProcess = 0; in LoadAbilityNoAppRecord() local
3326 int32_t &maxChildProcess) in PresetMaxChildProcess()
3384 …bool strictMode, int32_t maxChildProcess, sptr<IRemoteObject> token, std::shared_ptr<AAFwk::Want> … in StartProcess()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp288 int32_t maxChildProcess = 0; member