Home
last modified time | relevance | path

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 Dretention_file_manager.cpp126 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 Dretention_file_manager.h40 …t UpdateSandboxInfo(const std::set<std::string>& docUriSet, RetentionInfo& info, bool isRetention);
43 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, bool isRetention);
H A Dsandbox_json_manager.h54 …pdateRetentionState(const std::set<std::string>& docUriSet, RetentionInfo& info, bool isRetention);
59 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, bool isRetention);
H A Dsandbox_json_manager.cpp125 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()