Home
last modified time | relevance | path

Searched refs:MAX_PROC_CACHE_NUM (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp30 const std::string MAX_PROC_CACHE_NUM = "persist.sys.abilityms.maxProcessCacheNum"; member
48 maxProcCacheNum_ = OHOS::system::GetIntParameter<int>(MAX_PROC_CACHE_NUM, 0); in CacheProcessManager()
67 maxProcCacheNum_ = OHOS::system::GetIntParameter<int>(MAX_PROC_CACHE_NUM, 0); in RefreshCacheNum()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1754 const std::string MAX_PROC_CACHE_NUM = "persist.sys.abilityms.maxProcessCacheNum"; in HWTEST_F() local
1755 if (OHOS::system::GetIntParameter<int>(MAX_PROC_CACHE_NUM, 0) <= 0) { in HWTEST_F()

Completed in 4 milliseconds