Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/
H A Dresident_process_manager.cpp78 bool keepAliveEnable = bundleInfos[i].isKeepAlive; in StartResidentProcessWithMainElement() local
80 AmsResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleInfos[i].name, keepAliveEnable); in StartResidentProcessWithMainElement()
81 if (!keepAliveEnable || processName.empty()) { in StartResidentProcessWithMainElement()
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H A Ddata_ability_manager.cpp646 bool keepAliveEnable = bundleInfos[i].isKeepAlive; in RestartDataAbility() local
647 AmsResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleInfos[i].name, keepAliveEnable); in RestartDataAbility()
648 if (!keepAliveEnable || bundleInfos[i].applicationInfo.process.empty()) { in RestartDataAbility()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp2851 bool keepAliveEnable = keepAliveBundle_; in GetKeepAlive() local
2853 abilityInfo_.applicationInfo.bundleName, keepAliveEnable); in GetKeepAlive()
2854 return keepAliveEnable; in GetKeepAlive()
H A Dability_manager_service.cpp2372 bool keepAliveEnable = bundleInfo.isKeepAlive; in AppUpgradeCompleted() local
2373 AmsResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleInfo.name, keepAliveEnable); in AppUpgradeCompleted()
2374 if (!keepAliveEnable) { in AppUpgradeCompleted()
6516 bool keepAliveEnable = bundleInfo.isKeepAlive; in KillProcess() local
6517 AmsResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleName, keepAliveEnable); in KillProcess()
6518 if (keepAliveEnable && DelayedSingleton<AppScheduler>::GetInstance()->IsMemorySizeSufficent()) { in KillProcess()

Completed in 27 milliseconds