/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 | 330 BundleMgrClient bundleMgrClient; in CheckSandboxAppInfo() local 358 BundleMgrClient bundleMgrClient; variable 390 BundleMgrClient bundleMgrClient; variable 427 BundleMgrClient bundleMgrClient; variable 458 BundleMgrClient bundleMgrClient; variable 495 BundleMgrClient bundleMgrClient; variable 530 BundleMgrClient bundleMgrClient; variable 573 BundleMgrClient bundleMgrClient; variable 617 BundleMgrClient bundleMgrClient; variable 662 BundleMgrClient bundleMgrClient; variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
H A D | bundle_mgr_client_system_test.cpp | 234 BundleMgrClient bundleMgrClient; in GetResConfigFile() local 251 BundleMgrClient bundleMgrClient; in GetProfileFromAbility() local 268 BundleMgrClient bundleMgrClient; in GetProfileFromExtension() local 294 BundleMgrClient bundleMgrClient; variable 319 BundleMgrClient bundleMgrClient; variable 344 BundleMgrClient bundleMgrClient; variable 366 BundleMgrClient bundleMgrClient; variable 393 BundleMgrClient bundleMgrClient; variable 584 BundleMgrClient bundleMgrClient; variable 698 BundleMgrClient bundleMgrClient; variable [all …]
|
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/ |
H A D | dlp_permission_service.cpp | 226 AppExecFwk::BundleMgrClient bundleMgrClient; in InsertDlpSandboxInfo() local 227 …if (bundleMgrClient.GetSandboxBundleInfo(sandboxInfo.bundleName, sandboxInfo.appIndex, sandboxInfo… in InsertDlpSandboxInfo() 299 AppExecFwk::BundleMgrClient bundleMgrClient; in InstallDlpSandbox() local 301 int32_t bundleClientRes = bundleMgrClient.InstallSandboxApp(bundleName, permForBMS, userId, in InstallDlpSandbox() 327 AppExecFwk::BundleMgrClient bundleMgrClient; in DeleteDlpSandboxInfo() local 329 int32_t result = bundleMgrClient.GetSandboxBundleInfo(bundleName, appIndex, userId, info); in DeleteDlpSandboxInfo() 340 AppExecFwk::BundleMgrClient bundleMgrClient; in UninstallDlpSandboxApp() local 341 int32_t res = bundleMgrClient.UninstallSandboxApp(bundleName, appIndex, userId); in UninstallDlpSandboxApp()
|
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
H A D | sandbox_json_manager.cpp | 292 AppExecFwk::BundleMgrClient bundleMgrClient; in ClearUnreservedSandbox() local 298 … int32_t res = bundleMgrClient.UninstallSandboxApp(iter->bundleName, iter->appIndex, iter->userId); in ClearUnreservedSandbox() 341 AppExecFwk::BundleMgrClient bundleMgrClient; in RemoveRetentionInfoByUserId() local 349 … int32_t res = bundleMgrClient.UninstallSandboxApp(iter->bundleName, iter->appIndex, iter->userId); in RemoveRetentionInfoByUserId()
|
H A D | app_state_observer.cpp | 52 AppExecFwk::BundleMgrClient bundleMgrClient; in UninstallDlpSandbox() local 53 bundleMgrClient.UninstallSandboxApp(appInfo.bundleName, appInfo.appIndex, appInfo.userId); in UninstallDlpSandbox() 59 AppExecFwk::BundleMgrClient bundleMgrClient; in UninstallAllDlpSandboxForUser() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_processes_info_test/ |
H A D | app_running_processes_info_test.cpp | 70 std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrClient = member in OHOS::AppExecFwk::AppRunningProcessesInfoTest 125 service_->SetBundleManagerHelper(bundleMgrClient); in SetUp()
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/ |
H A D | vibration_priority_manager.cpp | 230 AppExecFwk::BundleMgrClient bundleMgrClient; in ShouldIgnoreInputMethod() local 232 auto res = bundleMgrClient.AppExecFwk::BundleMgrClient::GetBundleInfo(bundleName, in ShouldIgnoreInputMethod()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_auto_startup_service.cpp | 403 auto bundleMgrClient = GetBundleMgrClient(); in GetSelfApplicationBundleName() local 404 if (bundleMgrClient == nullptr) { in GetSelfApplicationBundleName() 411 if (IN_PROCESS_CALL(bundleMgrClient->GetNameForUid(callerUid, bundleName)) != ERR_OK) { in GetSelfApplicationBundleName()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | utils.cpp | 178 AppExecFwk::BundleMgrClient bundleMgrClient; in Parse() local 179 bundleMgrClient.GetResConfigFile(abilityInfo, metadataName, profileInfos); in Parse()
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/ |
H A D | dlp_permission_kit_test.cpp | 151 OHOS::AppExecFwk::BundleMgrClient bundleMgrClient; in TestGetAppUid() local 153 if (bundleMgrClient.GetSandboxBundleInfo(bundleName, appIndex, userId, info) != DLP_OK) { in TestGetAppUid() 158 …if (!bundleMgrClient.GetBundleInfo(bundleName, OHOS::AppExecFwk::GET_BUNDLE_DEFAULT, info, userId)… in TestGetAppUid()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 4816 BundleMgrClient bundleMgrClient; in TryGetRawDataByExtractor() local 4818 if (!bundleMgrClient.GetResConfigFile(abilityInfo, META_DATA_SHORTCUTS_NAME, rawJson)) { in TryGetRawDataByExtractor()
|