Home
last modified time | relevance | path

Searched refs:killProcess (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h107 bool killProcess = true; member
129 return killProcess; in GetKillProcess()
135 killProcess = value; in SetKillProcess()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/
H A Dappservicefwkinstallerupdateappservice_fuzzer.cpp51 bool killProcess = false; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h244 InnerBundleInfo &newInfo, bool isReplace, bool killProcess = true);
318 InnerBundleInfo &oldInfo, bool isReplace, bool killProcess = true);
487 …UninstallLowerVersionFeature(const std::vector<std::string> &packageVec, bool killProcess = false);
555 void OnSingletonChange(bool killProcess);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2047 bool killProcess = false; variable
2049 auto res = installer.ProcessBundleUpdateStatus(oldInfo, newInfo, isReplace, killProcess);
2066 bool killProcess = false; variable
2068 auto res = installer.ProcessBundleUpdateStatus(oldInfo, newInfo, isReplace, killProcess);
2085 bool killProcess = false; variable
2087 auto res = installer.ProcessBundleUpdateStatus(oldInfo, newInfo, isReplace, killProcess);
4711 bool killProcess = false; variable
4835 bool killProcess = false; variable
4839 installer.OnSingletonChange(killProcess);
4855 bool killProcess = false; variable
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp630 auto killProcess = [appRecord, token, inner = appMgrServiceInner]() { in TerminateAbility() local
655 killProcess(); in TerminateAbility()
687 appRecord->PostTask("DELAY_KILL_PROCESS", delayTime, killProcess); in TerminateAbility()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2109 InnerBundleInfo &oldInfo, InnerBundleInfo &newInfo, bool isReplace, bool killProcess) in ProcessBundleUpdateStatus() argument
2154 LOG_D(BMS_TAG_INSTALLER, "ProcessBundleUpdateStatus killProcess = %{public}d", killProcess); in ProcessBundleUpdateStatus()
2164 isReplace, killProcess) : ProcessNewModuleInstall(newInfo, oldInfo); in ProcessBundleUpdateStatus()
2260 InnerBundleInfo &oldInfo, bool isReplace, bool killProcess) in ProcessModuleUpdate() argument
2309 LOG_D(BMS_TAG_INSTALLER, "ProcessModuleUpdate killProcess = %{public}d", killProcess); in ProcessModuleUpdate()
2311 if (killProcess) { in ProcessModuleUpdate()
4085 …staller::UninstallLowerVersionFeature(const std::vector<std::string> &packageVec, bool killProcess) in UninstallLowerVersionFeature() argument
4103 if (killProcess) { in UninstallLowerVersionFeature()
4592 void BaseBundleInstaller::OnSingletonChange(bool killProcess) in OnSingletonChange() argument
4608 installParam.SetKillProcess(killProcess); in OnSingletonChange()