Home
last modified time | relevance | path

Searched refs:bundleMgrClient (Results 1 - 6 of 6) sorted by relevance

/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dsandbox_json_manager.cpp292 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 Dapp_state_observer.cpp52 AppExecFwk::BundleMgrClient bundleMgrClient; in UninstallDlpSandbox() local
53 bundleMgrClient.UninstallSandboxApp(appInfo.bundleName, appInfo.appIndex, appInfo.userId); in UninstallDlpSandbox()
59 AppExecFwk::BundleMgrClient bundleMgrClient; in UninstallAllDlpSandboxForUser() local
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_permission_service.cpp226 AppExecFwk::BundleMgrClient bundleMgrClient; in InsertDlpSandboxInfo() local
227 if (bundleMgrClient.GetSandboxBundleInfo(sandboxInfo.bundleName, sandboxInfo.appIndex, sandboxInfo.userId, info) != 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()
/base/location/frameworks/location_common/common/source/
H A Dcommon_utils.cpp260 AppExecFwk::BundleMgrClient bundleMgrClient; in GetBundleNameByUid() local
261 int32_t error = bundleMgrClient.GetNameForUid(uid, bundleName); in GetBundleNameByUid()
/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dvibration_priority_manager.cpp230 AppExecFwk::BundleMgrClient bundleMgrClient; in ShouldIgnoreInputMethod() local
232 auto res = bundleMgrClient.AppExecFwk::BundleMgrClient::GetBundleInfo(bundleName, in ShouldIgnoreInputMethod()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/
H A Ddlp_permission_kit_test.cpp151 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()

Completed in 8 milliseconds