Home
last modified time | relevance | path

Searched refs:shouldCheckApi (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dcache_process_manager.h66 bool shouldCheckApi = true; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp45 shouldCheckApi = OHOS::system::GetBoolParameter(PROCESS_CACHE_API_CHECK_CONFIG, true); in CacheProcessManager()
263 if (shouldCheckApi && actualVer < API12) { in IsProcessSupportHotStart()