Home
last modified time | relevance | path

Searched defs:killProcess (Results 1 – 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/
Dappservicefwkinstallerupdateappservice_fuzzer.cpp51 bool killProcess = false; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dinstall_param.h103 bool killProcess = true; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_installer_test.cpp2046 bool killProcess = false; variable
2065 bool killProcess = false; variable
2084 bool killProcess = false; variable
4662 bool killProcess = false; variable
4786 bool killProcess = false; variable
4806 bool killProcess = false; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbase_bundle_installer.cpp2085 InnerBundleInfo &oldInfo, InnerBundleInfo &newInfo, bool isReplace, bool killProcess) in ProcessBundleUpdateStatus()
2230 InnerBundleInfo &oldInfo, bool isReplace, bool killProcess) in ProcessModuleUpdate()
4193 …staller::UninstallLowerVersionFeature(const std::vector<std::string> &packageVec, bool killProcess) in UninstallLowerVersionFeature()
4697 void BaseBundleInstaller::OnSingletonChange(bool killProcess) in OnSingletonChange()
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_running_manager.cpp626 auto killProcess = [appRecord, token, inner = appMgrServiceInner]() { in TerminateAbility() local