Searched refs:keepAliveEnable (Results 1 – 4 of 4) sorted by relevance
101 bool keepAliveEnable = bundleInfos[i].isKeepAlive; in StartResidentProcessWithMainElement() local103 …msResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleInfos[i].name, keepAliveEnable); in StartResidentProcessWithMainElement()104 if (!keepAliveEnable || processName.empty()) { in StartResidentProcessWithMainElement()
646 bool keepAliveEnable = bundleInfos[i].isKeepAlive; in RestartDataAbility() local647 …msResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleInfos[i].name, keepAliveEnable); in RestartDataAbility()648 if (!keepAliveEnable || bundleInfos[i].applicationInfo.process.empty()) { in RestartDataAbility()
2880 bool keepAliveEnable = keepAliveBundle_; in GetKeepAlive() local2881 …ntProcessRdb::GetInstance().GetResidentProcessEnable(applicationInfo_.bundleName, keepAliveEnable); in GetKeepAlive()2882 return keepAliveEnable; in GetKeepAlive()
2294 bool keepAliveEnable = bundleInfo.isKeepAlive; in AppUpgradeCompleted() local2295 AmsResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleInfo.name, keepAliveEnable); in AppUpgradeCompleted()2296 if (!keepAliveEnable) { in AppUpgradeCompleted()6515 bool keepAliveEnable = bundleInfo.isKeepAlive; in KillProcess() local6516 AmsResidentProcessRdb::GetInstance().GetResidentProcessEnable(bundleName, keepAliveEnable); in KillProcess()6517 if (keepAliveEnable && DelayedSingleton<AppScheduler>::GetInstance()->IsMemorySizeSufficent()) { in KillProcess()