Searched refs:bundleNameSet (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
H A D | retention_file_manager.cpp | 166 …onFileManager::GetBundleNameSetByUserId(const int32_t userId, std::set<std::string>& bundleNameSet) in GetBundleNameSetByUserId() argument 172 return sandboxJsonManager_->GetBundleNameSetByUserId(userId, bundleNameSet); in GetBundleNameSetByUserId() 176 const std::set<std::string>& bundleNameSet) in RemoveRetentionInfoByUserId() argument 182 int32_t res = sandboxJsonManager_->RemoveRetentionInfoByUserId(userId, bundleNameSet); in RemoveRetentionInfoByUserId()
|
H A D | retention_file_manager.h | 47 int32_t GetBundleNameSetByUserId(const int32_t userId, std::set<std::string>& bundleNameSet); 48 …32_t RemoveRetentionInfoByUserId(const int32_t userId, const std::set<std::string>& bundleNameSet);
|
H A D | sandbox_json_manager.h | 65 int32_t GetBundleNameSetByUserId(const int32_t userId, std::set<std::string>& bundleNameSet); 66 …32_t RemoveRetentionInfoByUserId(const int32_t userId, const std::set<std::string>& bundleNameSet);
|
H A D | sandbox_json_manager.cpp | 323 …oxJsonManager::GetBundleNameSetByUserId(const int32_t userId, std::set<std::string>& bundleNameSet) in GetBundleNameSetByUserId() argument 331 bundleNameSet.emplace(iter->bundleName); in GetBundleNameSetByUserId() 338 const std::set<std::string>& bundleNameSet) in RemoveRetentionInfoByUserId() argument 345 ((bundleNameSet.count(iter->bundleName) == 0) && !CheckReInstall(*iter, userId))) { in RemoveRetentionInfoByUserId()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 394 std::set<std::string> bundleNameSet(bundleNames.begin(), bundleNames.end()); in BatchGetBundleInfo() local 395 std::vector<std::string> newBundleNames(bundleNameSet.begin(), bundleNameSet.end()); in BatchGetBundleInfo()
|