Searched refs:isRetention (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
H A D | retention_file_manager.cpp | 126 bool isRetention) in UpdateSandboxInfo() argument 132 int32_t res = sandboxJsonManager_->UpdateRetentionState(docUriSet, info, isRetention); in UpdateSandboxInfo() 157 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, bool isRetention) in GetRetentionSandboxList() argument 163 …urn sandboxJsonManager_->GetRetentionSandboxList(bundleName, retentionSandBoxInfoVec, isRetention); in GetRetentionSandboxList()
|
H A D | retention_file_manager.h | 40 …t UpdateSandboxInfo(const std::set<std::string>& docUriSet, RetentionInfo& info, bool isRetention); 43 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, bool isRetention);
|
H A D | sandbox_json_manager.h | 54 …pdateRetentionState(const std::set<std::string>& docUriSet, RetentionInfo& info, bool isRetention); 59 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, bool isRetention);
|
H A D | sandbox_json_manager.cpp | 125 bool isRetention) in UpdateRetentionState() argument 130 if (isRetention) { in UpdateRetentionState() 251 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, bool isRetention) in GetRetentionSandboxList() argument 266 if (isRetention && iter->docUriSet.empty()) { in GetRetentionSandboxList() 269 if (!isRetention && !iter->docUriSet.empty()) { in GetRetentionSandboxList()
|