/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bm_install_multi_user_test.cpp | 265 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID); 304 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID); 343 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID); 382 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID); 421 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID); 460 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID); 500 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID); 540 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID); 579 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID); 613 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/ |
H A D | bms_bundle_installers_test.cpp | 136 installParam.userId = Constants::ALL_USERID; 160 installParam.userId = Constants::ALL_USERID; 184 installParam.userId = Constants::ALL_USERID; 214 installParam.userId = Constants::ALL_USERID; 231 installParam.userId = Constants::ALL_USERID; 257 installParam.userId = Constants::ALL_USERID; 296 installParam.userId = Constants::ALL_USERID; 320 installParam.userId = Constants::ALL_USERID; 344 installParam.userId = Constants::ALL_USERID; 367 installParam.userId = Constants::ALL_USERID; [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer.cpp | 39 if (installParam.userId == Constants::ALL_USERID) { in Install() 65 if (installParam.userId == Constants::ALL_USERID) { in Recover() 85 if (installParam.userId == Constants::ALL_USERID) { in Install() 118 if (installParam.userId == Constants::ALL_USERID) { in Uninstall() 161 if (installParam.userId == Constants::ALL_USERID) { in Uninstall()
|
H A D | bundle_mgr_service_event_handler.cpp | 507 installParam.userId = Constants::ALL_USERID; in ReInstallAllInstallDirApps() 1244 BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo, Constants::ALL_USERID)) { in InnerProcessCheckPreinstallData() 1349 …ast<int32_t>(GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_DISABLE), bundleInfos, Constants::ALL_USERID); in InnerProcessCheckShaderCacheDir() 1470 BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo, Constants::ALL_USERID)) { in InnerProcessCheckRecoverableApplicationInfo() 2885 bundleInfos, Constants::ALL_USERID) != ERR_OK) { in ProcessBundleProvisionInfo() 3331 …ast<int32_t>(GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_DISABLE), bundleInfos, Constants::ALL_USERID); in CleanAllBundleShaderCache()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/ |
H A D | bms_extension_client.cpp | 39 if (userId != Constants::ALL_USERID) { in QueryLauncherAbility() 80 if (userId != Constants::ALL_USERID) { in QueryAbilityInfos() 120 if (userId != Constants::ALL_USERID) { in BatchQueryAbilityInfos() 180 if (userId != Constants::ALL_USERID) { in GetBundleInfos() 213 if (userId != Constants::ALL_USERID) { in GetBundleInfo() 248 if (userId != Constants::ALL_USERID) { in BatchGetBundleInfo() 277 if (userId != Constants::ALL_USERID) { in ImplicitQueryAbilityInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/ |
H A D | recently_unused_bundle_aging_handler.cpp | 131 agingBundle.GetBundleName(), Constants::ALL_USERID, true, true); in CleanCache() 148 agingBundle.GetBundleName(), Constants::ALL_USERID, true, !hasCleanCache); in CleanCache() 217 installParam.userId = Constants::ALL_USERID; in UnInstallBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | bms_event_handler_unlocked_test.cpp | 100 bool res = CreateBundleDataDir(bundleInfo, Constants::ALL_USERID); 112 bool res = CreateBundleDataDir(bundleInfo, Constants::ALL_USERID);
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/ |
H A D | dp_utils.cpp | 78 bundleInfo, AppExecFwk::Constants::ALL_USERID); in GetClientBundle()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_share_util.cpp | 103 AppExecFwk::Constants::ALL_USERID)) { in GetUidByBundleName()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_info_module_test/ |
H A D | ui_extension_info_module_test.cpp | 120 … bool queryResult = bundleMgr_->QueryExtensionAbilityInfos(type, AppExecFwk::Constants::ALL_USERID,
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/ |
H A D | zip_helper.cpp | 102 info, Constants::ALL_USERID)) { in GetDfxBundleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 1455 UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(Constants::ALL_USERID); 1485 UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(Constants::ALL_USERID); 2507 GetBundleDataMgr()->multiUserIdsSet_.insert(Constants::ALL_USERID); 2529 BUNDLE_NAME_TEST, 0, isEnabled, CALLER_NAME_UT, Constants::ALL_USERID); 3467 info.FindAbilityInfos(Constants::ALL_USERID); 3498 info.FindAbilityInfos(Constants::ALL_USERID); 3517 info.FindAbilityInfos(Constants::ALL_USERID); 3536 info.FindAbilityInfos(Constants::ALL_USERID); 3556 info.FindAbilityInfos(Constants::ALL_USERID); 4666 Constants::ALL_USERID, bundleInfo); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_constants.h | 35 constexpr int8_t ALL_USERID = -3; variable
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/ |
H A D | app_usage_event_factory.cpp | 130 AppExecFwk::Constants::ALL_USERID)) { in GetAppVersion()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_bundle_mgr_helper.cpp | 157 AppExecFwk::Constants::ALL_USERID, appInfos)) { in InitLauncherAppMap()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/ |
H A D | bundle_mgr_code_signature_system_test.cpp | 178 const int32_t userId = Constants::ALL_USERID) in InstallBundle() 195 const std::string &bundleName, const int32_t userId = Constants::ALL_USERID) in UninstallBundle()
|
/ohos5.0/base/usb/usb_manager/services/native/src/ |
H A D | usb_function_switch_window.cpp | 265 AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, info, AppExecFwk::Constants::ALL_USERID); in CheckDialogInstallStatus()
|
/ohos5.0/base/web/webview/sa/src/ |
H A D | app_fwk_update_service.cpp | 76 AppExecFwk::Constants::ALL_USERID); in OnReceiveEvent()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 98 …l ret = bundleMgr->GetBundleInfo(bundleName, FLAGS, bundleInfo, AppExecFwk::Constants::ALL_USERID); in SaveStorageDistributeInfo() 219 …l ret = bundleMgr->GetBundleInfo(bundleName, FLAGS, bundleInfo, AppExecFwk::Constants::ALL_USERID); in DeleteStorageDistributeInfo() 772 …!bundleMgr->GetBundleInfosForContinuation(FLAGS, bundleInfos, AppExecFwk::Constants::ALL_USERID)) { in UpdateDistributedData()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/ |
H A D | app_event_handler.cpp | 35 AppExecFwk::Constants::ALL_USERID)) { in GetUidByBundleName()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/ |
H A D | fault_detector_util.cpp | 398 … (!client.GetBundleInfo(bundleName, BundleFlag::GET_BUNDLE_DEFAULT, info, Constants::ALL_USERID)) { in GetApplicationVersion()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | fold_event_cacher.cpp | 70 AppExecFwk::Constants::ALL_USERID)) { in GetAppVersion()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/ |
H A D | bundle_mgr_sandbox_app_system_test.cpp | 209 const int32_t userId = Constants::ALL_USERID) in InstallBundle() 231 …t std::string &bundleName, std::string &uninstallMsg, const int32_t userId = Constants::ALL_USERID) in UninstallBundle()
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/ |
H A D | base_network_strategy.cpp | 161 AppExecFwk::Constants::ALL_USERID, applicationInfos)) { in InitNetLimitedAppInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1362 int32_t allUserId = Constants::ALL_USERID; 2917 bool ret = hostImpl->DumpBundleInfo("", Constants::ALL_USERID, result); 2919 ret = hostImpl->DumpBundleInfo(TEST_BUNDLE_NAME, Constants::ALL_USERID, result); 2932 bool ret = hostImpl->DumpShortcutInfo("", Constants::ALL_USERID, result); 2934 ret = hostImpl->DumpShortcutInfo(TEST_BUNDLE_NAME, Constants::ALL_USERID, result); 3361 0, bundleInfos, Constants::ALL_USERID); 3377 0, bundleInfos, Constants::ALL_USERID); 4510 userId = Constants::ALL_USERID;
|