Home
last modified time | relevance | path

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

/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.cpp186 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateDataDir()
H A Dbundle_permission_mgr.cpp143 std::string apl = innerBundleInfo.GetAppPrivilegeLevel(); in CreateHapPolicyParam()
H A Dbase_bundle_installer.cpp2740 baseDataDir, info.GetBundleName(), info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), in SetDirApl()
2747 databaseDataDir, info.GetBundleName(), info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), in SetDirApl()
2867 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateBundleDataDir()
3048 dir, info.GetBundleName(), info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), in CreateScreenLockProtectionExistDirs()
3793 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateExtensionDataDir()
H A Dbundle_data_mgr.cpp366 oldInfo.SetAppPrivilegeLevel(newInfo.GetAppPrivilegeLevel()); in AddNewModuleInfo()
651 oldInfo.SetAppPrivilegeLevel(newInfo.GetAppPrivilegeLevel()); in UpdateInnerBundleInfo()
5132 std::string BundleDataMgr::GetAppPrivilegeLevel(const std::string &bundleName, int32_t userId) in GetAppPrivilegeLevel() function in OHOS::AppExecFwk::BundleDataMgr
5134 APP_LOGD("GetAppPrivilegeLevel:%{public}s, userId:%{public}d", bundleName.c_str(), userId); in GetAppPrivilegeLevel()
5141 return info.GetAppPrivilegeLevel(); in GetAppPrivilegeLevel()
7788 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateBundleDataDir()
H A Dbundle_mgr_host_impl.cpp2705 std::string BundleMgrHostImpl::GetAppPrivilegeLevel(const std::string &bundleName, int32_t userId) in GetAppPrivilegeLevel() function in OHOS::AppExecFwk::BundleMgrHostImpl
2707 APP_LOGD("start GetAppPrivilegeLevel"); in GetAppPrivilegeLevel()
2718 return dataMgr->GetAppPrivilegeLevel(bundleName, userId); in GetAppPrivilegeLevel()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp253 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateSandboxDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp397 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateCloneDataDir()
/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()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1031 virtual std::string GetAppPrivilegeLevel( in GetAppPrivilegeLevel() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h745 virtual std::string GetAppPrivilegeLevel(
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp1080 * @tc.desc: Testcase for testing GetAppPrivilegeLevel.
1092 /* @tc.steps: step1.call GetAppPrivilegeLevel in loop */ in BenchmarkTestGetAppPrivilegeLevel()
1093 bundleMgrProxy->GetAppPrivilegeLevel(BUNDLE_NAME); in BenchmarkTestGetAppPrivilegeLevel()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h724 virtual std::string GetAppPrivilegeLevel(
H A Dbundle_data_mgr.h673 std::string GetAppPrivilegeLevel(
H A Dinner_bundle_info.h1051 std::string GetAppPrivilegeLevel() const in GetAppPrivilegeLevel() function in OHOS::AppExecFwk::InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1496 * @tc.name: test GetAppPrivilegeLevel
1498 * 2.GetAppPrivilegeLevel is empty
1502 std::string testRet = bundleMgrHostImpl_->GetAppPrivilegeLevel("", USERID); in HWTEST_F()
1605 * @tc.name: test GetAppPrivilegeLevel
1607 * 2.GetAppPrivilegeLevel is empty
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2257 auto ret = GetAppPrivilegeLevel(bundleName, userId); in HandleGetAppPrivilegeLevel()
H A Dbundle_mgr_proxy.cpp2691 std::string BundleMgrProxy::GetAppPrivilegeLevel(const std::string &bundleName, int32_t userId) in GetAppPrivilegeLevel() function in OHOS::AppExecFwk::BundleMgrProxy
2693 APP_LOGD("begin to GetAppPrivilegeLevel of %{public}s", bundleName.c_str()); in GetAppPrivilegeLevel()
2695 APP_LOGE("fail to GetAppPrivilegeLevel due to params empty"); in GetAppPrivilegeLevel()
2700 APP_LOGE("fail to GetAppPrivilegeLevel due to write InterfaceToken fail"); in GetAppPrivilegeLevel()
2704 APP_LOGE("fail to GetAppPrivilegeLevel due to write bundleName fail"); in GetAppPrivilegeLevel()
2708 APP_LOGE("fail to GetAppPrivilegeLevel due to write userId fail"); in GetAppPrivilegeLevel()
2714 APP_LOGE("fail to GetAppPrivilegeLevel from server"); in GetAppPrivilegeLevel()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp5687 * @tc.name: test GetAppPrivilegeLevel interface
5705 auto ret = bundleMgrProxy->GetAppPrivilegeLevel(appName, USERID); in HWTEST_F()
5717 * @tc.name: test GetAppPrivilegeLevel interface
5725 auto ret = bundleMgrProxy->GetAppPrivilegeLevel("", USERID); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp2722 * @tc.name: test GetAppPrivilegeLevel
2724 * 2.check GetAppPrivilegeLevel failed
2728 std::string res = GetBundleDataMgr()->GetAppPrivilegeLevel("", USERID); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2701 std::string retString = hostImpl->GetAppPrivilegeLevel("", USERID); in HWTEST_F()

Completed in 104 milliseconds