Home
last modified time | relevance | path

Searched refs:keepAliveEnable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dresident_process_manager.cpp101 bool keepAliveEnable = bundleInfos[i].isKeepAlive; in StartResidentProcessWithMainElement() local
103 …msResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleInfos[i].name, keepAliveEnable); in StartResidentProcessWithMainElement()
104 if (!keepAliveEnable || processName.empty()) { in StartResidentProcessWithMainElement()
H A Ddata_ability_manager.cpp646 bool keepAliveEnable = bundleInfos[i].isKeepAlive; in RestartDataAbility() local
647 …msResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleInfos[i].name, keepAliveEnable); in RestartDataAbility()
648 if (!keepAliveEnable || bundleInfos[i].applicationInfo.process.empty()) { in RestartDataAbility()
H A Dability_record.cpp2880 bool keepAliveEnable = keepAliveBundle_; in GetKeepAlive() local
2881 …ntProcessRdb::GetInstance().GetResidentProcessEnable(applicationInfo_.bundleName, keepAliveEnable); in GetKeepAlive()
2882 return keepAliveEnable; in GetKeepAlive()
H A Dability_manager_service.cpp2294 bool keepAliveEnable = bundleInfo.isKeepAlive; in AppUpgradeCompleted() local
2295 AmsResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleInfo.name, keepAliveEnable); in AppUpgradeCompleted()
2296 if (!keepAliveEnable) { in AppUpgradeCompleted()
6515 bool keepAliveEnable = bundleInfo.isKeepAlive; in KillProcess() local
6516 AmsResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleName, keepAliveEnable); in KillProcess()
6517 if (keepAliveEnable && DelayedSingleton<AppScheduler>::GetInstance()->IsMemorySizeSufficent()) { in KillProcess()