Home
last modified time | relevance | path

Searched refs:GetAppPrivilegeLevel (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp81 baseDir, info.bundleName, bundleInfo.GetAppPrivilegeLevel(), bundleInfo.IsPreInstallApp(), in CheckEl5Dir()
95 … databaseDir, info.bundleName, bundleInfo.GetAppPrivilegeLevel(), bundleInfo.IsPreInstallApp(), in CheckEl5Dir()
H A Dbundle_multiuser_installer.cpp185 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateDataDir()
251 el5Param.apl = info.GetAppPrivilegeLevel(); in CreateEl5Dir()
H A Dbundle_permission_mgr.cpp143 std::string apl = innerBundleInfo.GetAppPrivilegeLevel(); in CreateHapPolicyParam()
H A Dbase_bundle_installer.cpp2686 …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 Dbundle_data_mgr.cpp364 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 Dbundle_mgr_host_impl.cpp2759 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 Dbundle_sandbox_installer.cpp253 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateSandboxDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp332 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateCloneDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp84 bundleMgrProxy.GetAppPrivilegeLevel(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp1093 bundleMgrProxy->GetAppPrivilegeLevel(BUNDLE_NAME); in BenchmarkTestGetAppPrivilegeLevel()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1032 virtual std::string GetAppPrivilegeLevel(
H A Dbundle_mgr_proxy.h745 virtual std::string GetAppPrivilegeLevel(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h724 virtual std::string GetAppPrivilegeLevel(
H A Dbundle_data_mgr.h671 std::string GetAppPrivilegeLevel(
H A Dinner_bundle_info.h1071 std::string GetAppPrivilegeLevel() const in GetAppPrivilegeLevel() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1506 std::string testRet = bundleMgrHostImpl_->GetAppPrivilegeLevel("", USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2265 auto ret = GetAppPrivilegeLevel(bundleName, userId); in HandleGetAppPrivilegeLevel()
H A Dbundle_mgr_proxy.cpp2659 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 Dacts_bms_kit_system_test.cpp5705 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 Dbms_bundle_manager_test.cpp2702 std::string retString = hostImpl->GetAppPrivilegeLevel("", USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp2707 std::string res = GetBundleDataMgr()->GetAppPrivilegeLevel("", USERID);