Home
last modified time | relevance | path

Searched refs:SandboxJsonManager (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dsandbox_json_manager.cpp53 SandboxJsonManager::SandboxJsonManager() in SandboxJsonManager() function in OHOS::Security::DlpPermission::SandboxJsonManager
58 SandboxJsonManager::~SandboxJsonManager() in ~SandboxJsonManager()
93 bool SandboxJsonManager::CanUninstall(const uint32_t& tokenId) in CanUninstall()
107 int32_t SandboxJsonManager::DelSandboxInfo(const uint32_t& tokenId) in DelSandboxInfo()
207 int32_t SandboxJsonManager::UpdateReadFlag(uint32_t tokenId) in UpdateReadFlag()
283 int32_t SandboxJsonManager::ClearUnreservedSandbox() in ClearUnreservedSandbox()
317 bool SandboxJsonManager::GetUserIdByUid(int32_t& userId) in GetUserIdByUid()
378 bool SandboxJsonManager::InsertSandboxInfo(const RetentionInfo& info) in InsertSandboxInfo()
403 Json SandboxJsonManager::ToJson() const in ToJson()
432 void SandboxJsonManager::FromJson(const Json& jsonObject) in FromJson()
[all …]
H A Dsandbox_json_manager.h46 class SandboxJsonManager : public IJsonOperator {
48 SandboxJsonManager();
49 ~SandboxJsonManager();
H A Dretention_file_manager.h55 std::shared_ptr<SandboxJsonManager> sandboxJsonManager_;
H A Dretention_file_manager.cpp33 sandboxJsonManager_(std::make_shared<SandboxJsonManager>()) in RetentionFileManager()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Dsandbox_json_manager_test.cpp51 … std::shared_ptr<SandboxJsonManager> sandboxJsonManager_ = std::make_shared<SandboxJsonManager>();
83 … std::shared_ptr<SandboxJsonManager> sandboxJsonManager_ = std::make_shared<SandboxJsonManager>();
125 … std::shared_ptr<SandboxJsonManager> sandboxJsonManager_ = std::make_shared<SandboxJsonManager>();
H A Ddlp_permission_service_test.cpp384 … std::shared_ptr<SandboxJsonManager> sandboxJsonManager_ = std::make_shared<SandboxJsonManager>();
441 … std::shared_ptr<SandboxJsonManager> sandboxJsonManager_ = std::make_shared<SandboxJsonManager>();
483 … std::shared_ptr<SandboxJsonManager> sandboxJsonManager_ = std::make_shared<SandboxJsonManager>();
519 … std::shared_ptr<SandboxJsonManager> sandboxJsonManager_ = std::make_shared<SandboxJsonManager>();
543 … std::shared_ptr<SandboxJsonManager> sandboxJsonManager_ = std::make_shared<SandboxJsonManager>();
657 … std::shared_ptr<SandboxJsonManager> sandboxJsonManager_ = std::make_shared<SandboxJsonManager>();