Home
last modified time | relevance | path

Searched refs:MaxChildProcess (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h246 * MaxChildProcess, get max child process.
250 int32_t MaxChildProcess();
/foundation/ability/ability_runtime/test/unittest/app_utils_test/
H A Dapp_utils_test.cpp289 * @tc.desc: Test MaxChildProcess works
295 auto maxChildProcess = AAFwk::AppUtils::GetInstance().MaxChildProcess(); in HWTEST_F()
/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp435 int32_t AppUtils::MaxChildProcess() in MaxChildProcess() function in OHOS::AAFwk::AppUtils
442 TAG_LOGD(AAFwkTag::DEFAULT, "MaxChildProcess: %{public}d", maxChildProcess_.value); in MaxChildProcess()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp1342 return childCount >= AAFwk::AppUtils::GetInstance().MaxChildProcess(); in IsChildProcessReachLimit()

Completed in 5 milliseconds