/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 | 186 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateDataDir()
|
H A D | bundle_permission_mgr.cpp | 143 std::string apl = innerBundleInfo.GetAppPrivilegeLevel(); in CreateHapPolicyParam()
|
H A D | base_bundle_installer.cpp | 2740 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 D | bundle_data_mgr.cpp | 366 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 D | bundle_mgr_host_impl.cpp | 2705 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 D | bundle_sandbox_installer.cpp | 253 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateSandboxDataDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 397 createDirParam.apl = info.GetAppPrivilegeLevel(); in CreateCloneDataDir()
|
/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()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1031 virtual std::string GetAppPrivilegeLevel( in GetAppPrivilegeLevel() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 745 virtual std::string GetAppPrivilegeLevel(
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 1080 * @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 D | bundle_mgr_host_impl.h | 724 virtual std::string GetAppPrivilegeLevel(
|
H A D | bundle_data_mgr.h | 673 std::string GetAppPrivilegeLevel(
|
H A D | inner_bundle_info.h | 1051 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 D | bms_bundle_permission_false_test.cpp | 1496 * @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 D | bundle_mgr_host.cpp | 2257 auto ret = GetAppPrivilegeLevel(bundleName, userId); in HandleGetAppPrivilegeLevel()
|
H A D | bundle_mgr_proxy.cpp | 2691 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 D | acts_bms_kit_system_test.cpp | 5687 * @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 D | bms_bundle_data_mgr_test.cpp | 2722 * @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 D | bms_bundle_manager_test.cpp | 2701 std::string retString = hostImpl->GetAppPrivilegeLevel("", USERID); in HWTEST_F()
|