Home
last modified time | relevance | path

Searched refs:GetAllRequestPermissions (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_multiuser_installer.cpp235 std::vector<RequestPermission> reqPermissions = info.GetAllRequestPermissions(); in CreateEl5Dir()
H A Dbundle_permission_mgr.cpp168 for (const auto &perm: innerBundleInfo.GetAllRequestPermissions()) { in CreateHapPolicyParam()
212 auto reqPermissions = innerBundleInfo.GetAllRequestPermissions(); in GetPermissionStateFullList()
H A Dinner_bundle_info.cpp2453 bundleInfo.reqPermissionDetails = GetAllRequestPermissions(); in GetBundleInfo()
2570 bundleInfo.reqPermissionDetails = GetAllRequestPermissions(); in GetBundleWithReqPermissionsV9()
3307 std::vector<RequestPermission> InnerBundleInfo::GetAllRequestPermissions() const in GetAllRequestPermissions() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbase_bundle_installer.cpp3031 std::vector<RequestPermission> reqPermissions = info.GetAllRequestPermissions(); in CreateScreenLockProtectionDir()
H A Dbundle_data_mgr.cpp8091 std::vector<RequestPermission> reqPermissions = info.GetAllRequestPermissions(); in CreateBundleDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h965 std::vector<RequestPermission> GetAllRequestPermissions() const;