Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_group_test/
Dbms_bundle_data_group_test.cpp1800 bool killProcess = false; variable
1825 bool killProcess = false; variable
1850 bool killProcess = false; variable
1880 bool killProcess = false; variable
1913 bool killProcess = false; variable
1951 bool killProcess = false; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_mgr_nullptr_test/
Dbms_bundle_data_mgr_nullptr_test.cpp426 bool killProcess = false; variable
456 bool killProcess = false; variable
623 bool killProcess = false; variable
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dinstall_param.h110 bool killProcess = true; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbase_bundle_installer.cpp2506 InnerBundleInfo &oldInfo, InnerBundleInfo &newInfo, bool isReplace, bool killProcess) in ProcessBundleUpdateStatus()
2655 InnerBundleInfo &oldInfo, bool isReplace, bool killProcess) in ProcessModuleUpdate()
4718 …staller::UninstallLowerVersionFeature(const std::vector<std::string> &packageVec, bool killProcess) in UninstallLowerVersionFeature()
5345 void BaseBundleInstaller::OnSingletonChange(bool killProcess) in OnSingletonChange()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_installer_test.cpp2726 bool killProcess = false; variable
2745 bool killProcess = false; variable
2764 bool killProcess = false; variable
5429 bool killProcess = false; variable
5553 bool killProcess = false; variable
5573 bool killProcess = false; variable
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_running_manager.cpp903 auto killProcess = [appRecordWeakPtr, token, inner = appMgrServiceInner]() { in TerminateAbility() local