Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/app_utils_test/
Dapp_utils_test.cpp295 auto maxChildProcess = AAFwk::AppUtils::GetInstance().MaxChildProcess(); variable
/foundation/ability/ability_runtime/services/appmgr/include/
Dapp_spawn_client.h77 int32_t maxChildProcess = 0; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dapplication_info.h315 int32_t maxChildProcess = 0; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dmodule_profile.cpp246 int32_t maxChildProcess = OHOS::system::GetIntParameter(MAX_CHILD_PROCESS, 1); member
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_mgr_service_inner.cpp811 int32_t maxChildProcess = 0; in LoadAbilityNoAppRecord() local
3099 int32_t &maxChildProcess) in PresetMaxChildProcess()
3156 … std::string &moduleName, const std::string &abilityName, bool strictMode, int32_t maxChildProcess, in StartProcess()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dinner_bundle_info.h2075 void SetMaxChildProcess(int32_t maxChildProcess) in SetMaxChildProcess()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
Dbms_bundle_data_mgr_test.cpp288 int32_t maxChildProcess = 0; member