Home
last modified time | relevance | path

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 Dretention_file_manager.cpp166 …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 Dretention_file_manager.h47 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 Dsandbox_json_manager.h65 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 Dsandbox_json_manager.cpp323 …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 Dbundle_mgr_proxy.cpp394 std::set<std::string> bundleNameSet(bundleNames.begin(), bundleNames.end()); in BatchGetBundleInfo() local
395 std::vector<std::string> newBundleNames(bundleNameSet.begin(), bundleNameSet.end()); in BatchGetBundleInfo()