Searched refs:GetOwnerPackage (Results 1 – 8 of 8) sorted by relevance
174 const std::string GetOwnerPackage() const;
142 EXPORT const std::string GetOwnerPackage() const;
607 if (!fileAsset.GetOwnerPackage().empty() && PermissionUtils::IsNativeSAApp()) { in HandleCallingPackage()608 outValues.PutString(MediaColumn::MEDIA_OWNER_PACKAGE, fileAsset.GetOwnerPackage()); in HandleCallingPackage()616 PermissionUtils::GetAppIdByBundleName(fileAsset.GetOwnerPackage(), callingUid)); in HandleCallingPackage()793 appId = PermissionUtils::GetAppIdByBundleName(fileAsset.GetOwnerPackage(), callingUid); in InsertAssetInDb()
810 if (!CheckIsOwner(fileAsset->GetOwnerPackage().c_str())) { in OpenFile()
395 const string FileAsset::GetOwnerPackage() const in GetOwnerPackage() function in OHOS::Media::FileAsset
500 const std::string Metadata::GetOwnerPackage() const in GetOwnerPackage() function in OHOS::Media::Metadata
1043 if (!metadata.GetOwnerPackage().empty()) { in UpdateAlbumInfoByMetaData()
419 string package = fileAsset->GetOwnerPackage();