/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | el5_filekey_callback.cpp | 81 baseDir, info.bundleName, bundleInfo.GetAppPrivilegeLevel(), bundleInfo.IsPreInstallApp(), in CheckEl5Dir() 95 … databaseDir, info.bundleName, bundleInfo.GetAppPrivilegeLevel(), bundleInfo.IsPreInstallApp(), in CheckEl5Dir()
|
H A D | bundle_multiuser_installer.cpp | 185 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateDataDir() 251 el5Param.apl = info.GetAppPrivilegeLevel(); in CreateEl5Dir()
|
H A D | bundle_permission_mgr.cpp | 143 std::string apl = innerBundleInfo.GetAppPrivilegeLevel(); in CreateHapPolicyParam()
|
H A D | base_bundle_installer.cpp | 2686 …info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), info.GetBaseApplicationInfo().appProvisionTyp… in SetDirApl() 2696 …info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), info.GetBaseApplicationInfo().appProvisionTyp… in SetDirApl() 2862 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateBundleDataDir() 3009 dir, info.GetBundleName(), info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), in CreateScreenLockProtectionExistDirs() 3656 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateExtensionDataDir()
|
H A D | bundle_data_mgr.cpp | 364 oldInfo.SetAppPrivilegeLevel(newInfo.GetAppPrivilegeLevel()); in AddNewModuleInfo() 643 oldInfo.SetAppPrivilegeLevel(newInfo.GetAppPrivilegeLevel()); in UpdateInnerBundleInfo() 5143 std::string BundleDataMgr::GetAppPrivilegeLevel(const std::string &bundleName, int32_t userId) in GetAppPrivilegeLevel() function in OHOS::AppExecFwk::BundleDataMgr 5152 return info.GetAppPrivilegeLevel(); in GetAppPrivilegeLevel() 8084 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateBundleDataDir()
|
H A D | bundle_mgr_host_impl.cpp | 2759 std::string BundleMgrHostImpl::GetAppPrivilegeLevel(const std::string &bundleName, int32_t userId) in GetAppPrivilegeLevel() function in OHOS::AppExecFwk::BundleMgrHostImpl 2772 return dataMgr->GetAppPrivilegeLevel(bundleName, userId); in GetAppPrivilegeLevel()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_installer.cpp | 253 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateSandboxDataDir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 332 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateCloneDataDir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 84 bundleMgrProxy.GetAppPrivilegeLevel(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 1093 bundleMgrProxy->GetAppPrivilegeLevel(BUNDLE_NAME); in BenchmarkTestGetAppPrivilegeLevel()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1032 virtual std::string GetAppPrivilegeLevel(
|
H A D | bundle_mgr_proxy.h | 745 virtual std::string GetAppPrivilegeLevel(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 724 virtual std::string GetAppPrivilegeLevel(
|
H A D | bundle_data_mgr.h | 671 std::string GetAppPrivilegeLevel(
|
H A D | inner_bundle_info.h | 1071 std::string GetAppPrivilegeLevel() const in GetAppPrivilegeLevel() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1506 std::string testRet = bundleMgrHostImpl_->GetAppPrivilegeLevel("", USERID);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 2265 auto ret = GetAppPrivilegeLevel(bundleName, userId); in HandleGetAppPrivilegeLevel()
|
H A D | bundle_mgr_proxy.cpp | 2659 std::string BundleMgrProxy::GetAppPrivilegeLevel(const std::string &bundleName, int32_t userId) in GetAppPrivilegeLevel() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 5705 auto ret = bundleMgrProxy->GetAppPrivilegeLevel(appName, USERID); 5725 auto ret = bundleMgrProxy->GetAppPrivilegeLevel("", USERID);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2702 std::string retString = hostImpl->GetAppPrivilegeLevel("", USERID);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 2707 std::string res = GetBundleDataMgr()->GetAppPrivilegeLevel("", USERID);
|